X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_pay.html;h=ba4cfdafc2f18a10e9a33d1ea2854935191c19fd;hp=b34a908185e3b91c94d5b4c3e701487268073d44;hb=6008454279572ec1de69cf7c9c55a5f55afec4ed;hpb=7483c5e354bbee171bbb9c6996ae9a56e9517ea6 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 ) {