X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcredit-cust_bill_pkg.html;h=85f79431766de7b065720f178c83d53f6055202c;hp=e317936b3c4ad74ca3b7088e25384e2901d77f75;hb=HEAD;hpb=a69f8a2b55163b5f0eac908918e46a3eb3bd2290 diff --git a/httemplate/edit/credit-cust_bill_pkg.html b/httemplate/edit/credit-cust_bill_pkg.html index e317936b3..85f794317 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,37 +39,50 @@ <% $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) %> - + + <& /elements/tr-select-reason.html, 'field' => 'reasonnum', 'reason_class' => 'R', - #XXX reconcile both this and show_taxes wanteding to enable this - 'control_button' => "document.getElementById('credit_button')", + #XXX reconcile both this and show_taxes wanting to enable this + 'id' => 'select_reason', + 'control_button' => 'credit_button', 'cgi' => $cgi, &> @@ -80,6 +93,15 @@ +% if ( $conf->exists('credits-auto-apply-disable') ) { + +% } else { + + + + +% } +
<% mt('Apply to selected line items') |h %>

@@ -94,6 +116,8 @@ %>