diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-03 18:26:05 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-03 18:26:05 -0700 |
commit | 9c2854f48fb79a5534bbb35c4b7c12b2e6acc0a4 (patch) | |
tree | 7404d17a5d93a405b9a58dc3e23b19ece3fcea6a /httemplate | |
parent | f35818a77c0b825df553618f09c728c95cf3dc29 (diff) | |
parent | 6008454279572ec1de69cf7c9c55a5f55afec4ed (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_pay.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index b34a90818..ba4cfdafc 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -91,13 +91,14 @@ <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->auth %></B></TD> </TR> -% if ( $cust_pay->order_number ) { - <TR> - <TD ALIGN="right"><% mt('Order #') |h %></TD> - <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD> - </TR> -% } +% } +% # API allows setting this for any payby +% if ( $cust_pay->order_number ) { + <TR> + <TD ALIGN="right"><% mt('Order #') |h %></TD> + <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD> + </TR> % } % if ( $cust_pay->payby eq 'CASH' && $cust_pay->payinfo ) { |