[freeside-commits] freeside/FS/FS reason_type.pm,1.1.2.1,1.1.2.2

Ivan,,, ivan at wavetail.420.am
Thu Jan 10 13:17:19 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv3287

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- reason_type.pm	4 Dec 2007 18:19:06 -0000	1.1.2.1
+++ reason_type.pm	10 Jan 2008 21:17:17 -0000	1.1.2.2
@@ -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