[freeside-commits] freeside/FS/FS svc_dsl.pm, 1.10, 1.10.2.1 svc_port.pm, 1.13, 1.13.2.1

Ivan,,, ivan at wavetail.420.am
Thu Sep 22 14:42:18 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29860/FS/FS

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	svc_dsl.pm svc_port.pm 
Log Message:
label cleanup

Index: svc_port.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_port.pm,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -w -d -r1.13 -r1.13.2.1
--- svc_port.pm	2 Jun 2011 21:52:57 -0000	1.13
+++ svc_port.pm	22 Sep 2011 21:42:16 -0000	1.13.2.1
@@ -85,6 +85,7 @@
     'display_weight' => 75,
     'cancel_weight'  => 10,
     'fields' => {
+      'svcnum'    => 'Service',
       'serviceid'         => 'Torrus serviceid',
     },
   };

Index: svc_dsl.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_dsl.pm,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -w -d -r1.10 -r1.10.2.1
--- svc_dsl.pm	29 Apr 2011 14:20:37 -0000	1.10
+++ svc_dsl.pm	22 Sep 2011 21:42:16 -0000	1.10.2.1
@@ -139,8 +139,8 @@
 				type => 'disabled' },
 	    'desired_due_date' => { 	label => 'Desired Due Date', %dis2, },
 	    'due_date' => { 		label => 'Due Date', %dis2, },
-	    'vendor_order_id' => { label => 'Vendor Order Id', %dis2, },
-	    'vendor_qual_id' => { label => 'Vendor Qualification Id', 
+	    'vendor_order_id' => { label => 'Vendor Order ID', %dis2, },
+	    'vendor_qual_id' => { label => 'Vendor Qualification ID', 
 				type => 'disabled' },
 	    'vendor_order_type' => { label => 'Vendor Order Type',
 				    disable_inventory => 1,



More information about the freeside-commits mailing list