[freeside-commits] freeside/httemplate/edit msg_template.html, 1.12, 1.13

Mark Wells mark at wavetail.420.am
Wed Oct 27 12:28:02 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv15879/httemplate/edit

Modified Files:
	msg_template.html 
Log Message:
cust_pkg fields in ticket export templates, RT#9936

Index: msg_template.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/msg_template.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- msg_template.html	18 Oct 2010 22:23:26 -0000	1.12
+++ msg_template.html	27 Oct 2010 19:27:59 -0000	1.13
@@ -80,8 +80,8 @@
   ],
   'cust_pkg' => [
     '$pkgnum'         => 'Package#',
-    '$pkg_label'      => 'Package label (short)',
-    '$pkg_label_long' => 'Package label (long)',
+    '$pkg'            => 'Package description',
+    '$pkg_label'      => 'Description + comment',
     '$status'         => 'Status',
     '$statuscolor'    => 'Status color code',
     '$start_ymd'      => 'Start date',



More information about the freeside-commits mailing list