summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authormark <mark>2010-07-12 22:55:25 +0000
committermark <mark>2010-07-12 22:55:25 +0000
commitcf69551b63fb966966938ca2b9c6201a5f40a1f9 (patch)
tree64e262e9c42d1b43269d9cc9b957e363e5f18be8 /httemplate/view/cust_main
parent9569b2f1e6147f97bfacb41bc94c6605eb59206f (diff)
fix "Bill now" link, RT#9207
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/billing.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index f1d00a19c..54c180bdd 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -9,7 +9,6 @@ Billing information
(<% include('/elements/bill.html',
custnum => $cust_main->custnum,
label => 'Bill now',
- formname => 'billnow',
url => $p.'view/cust_main.cgi?'.$cust_main->custnum,
) %>)
% }