[Rt-commit] rt branch, 3.999-trunk, updated. 2fff9da244eff85455566b8511ca151d57f19469
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Nov 16 23:26:58 EST 2009
The branch, 3.999-trunk has been updated
via 2fff9da244eff85455566b8511ca151d57f19469 (commit)
from b5b929461bd6f6af6da409b2037cb129c3382fcb (commit)
Summary of changes:
lib/RT/Model/Ticket.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2fff9da244eff85455566b8511ca151d57f19469
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 17 12:26:46 2009 +0800
I think transaction_type should be "set" too for told
diff --git a/lib/RT/Model/Ticket.pm b/lib/RT/Model/Ticket.pm
index af52fa1..217b7fe 100755
--- a/lib/RT/Model/Ticket.pm
+++ b/lib/RT/Model/Ticket.pm
@@ -2121,7 +2121,6 @@ sub set_told {
column => 'told',
value => $datetold->iso,
time_taken => $timetaken,
- transaction_type => 'told'
)
);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list