X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcredit-cust_bill_pkg.html;h=3d1cf2438070f012c0d0fef58bde61849549f216;hb=2d8d1b6665db8f3a676147e190fea28a71c84598;hp=e317936b3c4ad74ca3b7088e25384e2901d77f75;hpb=93e3a52f23c3473207f29f36cda06adfe221353f;p=freeside.git diff --git a/httemplate/edit/credit-cust_bill_pkg.html b/httemplate/edit/credit-cust_bill_pkg.html index e317936b3..3d1cf2438 100644 --- a/httemplate/edit/credit-cust_bill_pkg.html +++ b/httemplate/edit/credit-cust_bill_pkg.html @@ -20,18 +20,18 @@ % next unless $amount > 0; % if ( $cust_bill_pkg->invnum ne $old_invnum ) { -   - Invoice #<% $cust_bill_pkg->invnum %> - <% time2str($date_format, $cust_bill_pkg->cust_bill->_date) %> +   + Invoice #<% $cust_bill_pkg->invnum %> - <% time2str($date_format, $cust_bill_pkg->cust_bill->_date) %> % $old_invnum = $cust_bill_pkg->invnum; % } +% my $el_name = 'billpkgnum'. $cust_bill_pkg->billpkgnum. '-'. $setuprecur; @@ -39,24 +39,35 @@ <% $cust_bill_pkg->desc |h %> %# show one-time/setup vs recur vs usage? <% $money_char. $amount %> + + <% $money_char %> + % } -  +  - Subtotal: + Subtotal: <% $money_char %><% sprintf('%.2f', 0) %> - Taxes: + Taxes: <% $money_char %><% sprintf('%.2f', 0) %> - Total credit amount: + Total credit amount: <% $money_char %><% sprintf('%.2f', 0) %> @@ -69,6 +80,7 @@ 'field' => 'reasonnum', 'reason_class' => 'R', #XXX reconcile both this and show_taxes wanteding to enable this + 'id' => 'select_reason', 'control_button' => "document.getElementById('credit_button')", 'cgi' => $cgi, &> @@ -80,6 +92,15 @@ +% if ( $conf->exists('credits-auto-apply-disable') ) { + +% } else { + + <% mt('Apply to selected line items') |h %> + + +% } +
@@ -94,6 +115,8 @@ %>