diff options
| author | Mark Wells <mark@freeside.biz> | 2013-05-02 14:16:20 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-05-02 14:16:20 -0700 |
| commit | cc839bbae9c4615a5d3d2b0c7edcfb0bae58b0ec (patch) | |
| tree | 9f47269e9e839b9c0adebb895fb97e555ed1e90b /httemplate/search/cust_pay_pending.html | |
| parent | 7280c02bfea0defe3bec909e2de8a69c175ef61f (diff) | |
excel download fixes, #21937, #20337, etc.
Diffstat (limited to 'httemplate/search/cust_pay_pending.html')
| -rwxr-xr-x | httemplate/search/cust_pay_pending.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/search/cust_pay_pending.html b/httemplate/search/cust_pay_pending.html index 2afce0ce9..54c9935ef 100755 --- a/httemplate/search/cust_pay_pending.html +++ b/httemplate/search/cust_pay_pending.html @@ -1,4 +1,4 @@ -<% include( 'elements/cust_pay_or_refund.html', +<& elements/cust_pay_or_refund.html, 'thing' => 'pay_pending', 'amount_field' => 'paid', 'name_singular' => 'pending payment', @@ -10,8 +10,7 @@ $status_sub, ], 'redirect_empty' => $redirect_empty, - ) -%> +&> <%init> my %statusaction = ( |
