[%- USE T8 %]
[%- USE L %]
[%- USE HTML %]
+<h1>[% title %]</h1>
+
<form method="post" action="ct.pl" name="Form">
<input type="hidden" name="db" value="[% HTML.escape(db) %]">
- <div class="listtop">[% title %]</div>
-
<table>
<tr>
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
<input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
<label for="l_discount">[% 'Discount' | $T8 %]</label>
</td>
+ <td>
+ <input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y">
+ <label for="l_payment">[% 'Payment Terms' | $T8 %]</label>
+ </td>
[% IF IS_CUSTOMER %]
<td>
<input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">