diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 10:30:54 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 10:30:54 -0800 |
commit | 93e3a52f23c3473207f29f36cda06adfe221353f (patch) | |
tree | 350bda2d2d5906f1f2d8756e30a59fc61bf786b5 /httemplate/view | |
parent | b62f98268b17471c7b195d7d193b33c4a6915892 (diff) |
create credits by selecting line items, RT#18676
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/payment_history.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index 166addbf4..6630d12a5 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -70,6 +70,16 @@ 'actionlabel' => emt('Enter credit'), 'width' => 616, #make room for reasons #540 default &> + | + <& /elements/popup_link-cust_main.html, + 'label' => emt('Credit line items'), + #'action' => "${p}search/cust_bill_pkg.cgi?nottax=1;type=select", + 'action' => "${p}edit/credit-cust_bill_pkg.html", + 'cust_main' => $cust_main, + 'actionlabel' => emt('Credit line items'), + 'width' => 884, #763, + 'height' => 575, + &> <BR> % } |