diff options
author | jeff <jeff> | 2009-11-11 16:38:09 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-11-11 16:38:09 +0000 |
commit | b2ddca0ce0bafd281a87a3b05cfc94a3c5a7fa9d (patch) | |
tree | b3b26a0b651cf1cb3bc757a1c75489fd97003673 /httemplate/edit/cust_credit.cgi | |
parent | b667f6fc3b7d7552c4df286c22cca36b66ee26b5 (diff) |
cruft removal
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 1caec3d40..5785a05c0 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -40,11 +40,6 @@ Credit <TD><SELECT NAME="apply"><OPTION VALUE="yes" SELECTED>yes<OPTION>no</SELECT></TD> </TR> - <TR> - <TD ALIGN="right">Tax</TD> - <TD><SELECT NAME="tax"><OPTION VALUE="included" SELECTED>is included<OPTION VALUE="calculate">is to be calculated</SELECT></TD> - </TR> - % if ( $conf->exists('pkg-balances') ) { <% include('/elements/tr-select-cust_pkg-balances.html', 'custnum' => $custnum, |