fix subtotal and per-group item count on payment report, #25944 and #71364
[freeside.git] / rt / lib / RT / Transaction_Vendor.pm
1 package RT::Transaction;
2 use strict;
3 use vars qw(%_BriefDescriptions);
4
5 $_BriefDescriptions{'Touch'} = sub { 'Updated' };
6
7 1;
8