diff options
author | mark <mark> | 2010-07-12 22:55:25 +0000 |
---|---|---|
committer | mark <mark> | 2010-07-12 22:55:25 +0000 |
commit | cf69551b63fb966966938ca2b9c6201a5f40a1f9 (patch) | |
tree | 64e262e9c42d1b43269d9cc9b957e363e5f18be8 /httemplate/view | |
parent | 9569b2f1e6147f97bfacb41bc94c6605eb59206f (diff) |
fix "Bill now" link, RT#9207
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/billing.html | 1 |
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, ) %>) % } |