support custnum param even though we wound up not using it here, RT#18676
[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