X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_pay.html;h=ba4cfdafc2f18a10e9a33d1ea2854935191c19fd;hb=66feacf4ed45aa7b27d48f91c0d8741f0ad9b9de;hp=b34a908185e3b91c94d5b4c3e701487268073d44;hpb=434137989f7343ada30ceff4056c5f75ef8d9d27;p=freeside.git 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 @@ <% $cust_pay->auth %> -% if ( $cust_pay->order_number ) { - - <% mt('Order #') |h %> - <% $cust_pay->order_number %> - -% } +% } +% # API allows setting this for any payby +% if ( $cust_pay->order_number ) { + + <% mt('Order #') |h %> + <% $cust_pay->order_number %> + % } % if ( $cust_pay->payby eq 'CASH' && $cust_pay->payinfo ) {