[freeside-commits] freeside/FS/FS reason_type.pm,1.2,1.3
Ivan,,,
ivan at wavetail.420.am
Thu Jan 10 13:17:18 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv3280
Modified Files:
reason_type.pm
Log Message:
third person is better
Index: reason_type.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/reason_type.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reason_type.pm 4 Dec 2007 18:20:57 -0000 1.2
+++ reason_type.pm 10 Jan 2008 21:17:16 -0000 1.3
@@ -13,9 +13,9 @@
);
our %class_purpose = (
- 'C' => 'explain why we cancel a package',
- 'R' => 'explain why we credit a customer',
- 'S' => 'explain why we suspend a package',
+ 'C' => 'explain why a customer package was cancelled',
+ 'R' => 'explain why a customer was credited',
+ 'S' => 'explain why a customer package was suspended',
);
=head1 NAME
More information about the freeside-commits
mailing list