[freeside-commits] freeside/httemplate/pref pref.html, 1.19, 1.19.2.1 pref-process.html, 1.20.2.1, 1.20.2.2

Ivan,,, ivan at wavetail.420.am
Tue Sep 20 18:50:20 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	pref.html pref-process.html 
Log Message:
add option to save temporary invoice typesetting files to help diagnose kc online's weird coupon problem

Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -w -d -r1.20.2.1 -r1.20.2.2
--- pref-process.html	28 Jul 2011 22:04:54 -0000	1.20.2.1
+++ pref-process.html	21 Sep 2011 01:50:18 -0000	1.20.2.2
@@ -55,7 +55,7 @@
                       vonage-fromnumber vonage-username vonage-password
                       cust_pkg-display_times
                       show_pkgnum show_confitem_counts export_getsettings
-                      show_db_profile save_db_profile
+                      show_db_profile save_db_profile save_tmp_typesetting
                       height width availHeight availWidth colorDepth
                     );
 

Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -w -d -r1.19 -r1.19.2.1
--- pref.html	19 May 2011 23:25:37 -0000	1.19
+++ pref.html	21 Sep 2011 01:50:18 -0000	1.19.2.1
@@ -128,6 +128,10 @@
     <TH>Save database profiling logs (when available): </TH>
     <TD><INPUT TYPE="checkbox" NAME="save_db_profile" VALUE="1" <% $curuser->option('save_db_profile') ? 'CHECKED' : '' %>></TD>
   </TR>
+  <TR>
+    <TH>Save temporary invoice typesetting files: </TH>
+    <TD><INPUT TYPE="checkbox" NAME="save_tmp_typesetting" VALUE="1" <% $curuser->option('save_tmp_typesetting') ? 'CHECKED' : '' %>></TD>
+  </TR>
 
 </TABLE>
 <BR>



More information about the freeside-commits mailing list