run_bill_events option for order_pkg, RT#42053
[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