stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / search / report_customer_accounting_summary.html
index 8206f34..cd8622e 100755 (executable)
         'value' => 1,
     &>
 
+    <& /elements/tr-checkbox.html,
+        'label'      => 'Show Gross &amp; Discounted',
+        'field'      => 'grossdiscount',
+        'value'      => 1,
+        'curr_value' => defined($cgi->param('grossdiscount'))
+                        ? scalar($cgi->param('grossdiscount'))
+                        : 1, #default to on in v4
+    &>
     
   </TABLE>