adding quick cust_main-bulk_change hask to change payby, RT#12430
[freeside.git] / httemplate / pref / pref.html
index ab76c3b..c7083e9 100644 (file)
@@ -82,6 +82,10 @@ Email Address
 Development
 <% ntable("#cccccc",2) %>
 
+  <TR>
+    <TH>Show customer package timestamps: </TH>
+    <TD><INPUT TYPE="checkbox" NAME="cust_pkg-display_times" VALUE="1" <% $curuser->option('cust_pkg-display_times') ? 'CHECKED' : '' %>></TD>
+  </TR>
   <TR>
     <TH>Show internal package numbers: </TH>
     <TD><INPUT TYPE="checkbox" NAME="show_pkgnum" VALUE="1" <% $curuser->option('show_pkgnum') ? 'CHECKED' : '' %>></TD>