View | Details | Raw Unified | Return to bug 20120
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 69-75 function enableCheckboxActions(){ Link Here
69
    [% IF ( error_over ) %]
69
    [% IF ( error_over ) %]
70
        <div id="error_message" class="dialog alert">
70
        <div id="error_message" class="dialog alert">
71
          The writeoff submitted was more than the value of the fee being written off.
71
          The writeoff submitted was more than the value of the fee being written off.
72
          The amount of the writeoff has been reduced from [% error_amount | format('%.2f') %] to [% error_amount_outstanding | format('%.2f') %].
72
          The amount of the writeoff has been reduced from [% error_amount | $Price %] to [% error_amount_outstanding | $Price %].
73
        </div>
73
        </div>
74
    [% END %]
74
    [% END %]
75
75
76
- 

Return to bug 20120