summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2009-06-25 01:22:54 +0000
committerivan <ivan>2009-06-25 01:22:54 +0000
commit8449080168affaabc1102234502bcd4fa491d615 (patch)
treee5d73df095f300d41937d4e50dd34f6a027097f8 /httemplate/view/cust_main
parent70d0d44dff39cb9235cbbec1918c4ea95f0dc4c4 (diff)
fix extra whitespace in IE
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/one_time_charge_link.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/httemplate/view/cust_main/one_time_charge_link.html b/httemplate/view/cust_main/one_time_charge_link.html
index 6ed70ee4c..f6bb43490 100644
--- a/httemplate/view/cust_main/one_time_charge_link.html
+++ b/httemplate/view/cust_main/one_time_charge_link.html
@@ -57,13 +57,7 @@ function taxoverridequickchargemagic() {
</SCRIPT>
-<!--<FORM NAME='quickcharge' STYLE="margin:0; padding:0; display: inline;"> -->
-<FORM NAME='quickcharge' STYLE="display:inline">
- <INPUT NAME="taxproductnum" ID="taxproductnum" TYPE="hidden">
- <INPUT NAME="tax_override" ID="tax_override" TYPE="hidden">
- <INPUT NAME="charge_storage" ID="charge_storage" TYPE="hidden">
- <INPUT NAME="taxproductnum_description" ID="taxproductnum_description" TYPE="hidden">
-</FORM>
+<FORM NAME='quickcharge' STYLE="margin:0; padding:0; display:inline"><INPUT NAME="taxproductnum" ID="taxproductnum" TYPE="hidden"><INPUT NAME="tax_override" ID="tax_override" TYPE="hidden"><INPUT NAME="charge_storage" ID="charge_storage" TYPE="hidden"><INPUT NAME="taxproductnum_description" ID="taxproductnum_description" TYPE="hidden"></FORM>
<% include('/elements/popup_link.html', {
'action' => $p.'edit/quick-charge.html?custnum='. $cust_main->custnum,