diff options
| author | ivan <ivan> | 2011-09-21 01:50:18 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-09-21 01:50:18 +0000 | 
| commit | 8afce93f57d2226835ee9225dede24b13e505655 (patch) | |
| tree | 563a5654282777b0acbcb49a1d7649c0c3c0c800 /httemplate/pref/pref.html | |
| parent | b278e5d654ee0e1a429fa6177e69c8ab793181bb (diff) | |
add option to save temporary invoice typesetting files to help diagnose kc online's weird coupon problem
Diffstat (limited to 'httemplate/pref/pref.html')
| -rw-r--r-- | httemplate/pref/pref.html | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 8fd1eaa73..947ddccd3 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -128,6 +128,10 @@ Development      <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>  | 
