fix RT config.layout.in for RT 4.2.11 (Mozilla::CA is not a dep on debian with patche...
[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