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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +7 lines)
Lines 24-29 Link Here
24
            You must have at least one cash register associated with this branch before you can record payments.
24
            You must have at least one cash register associated with this branch before you can record payments.
25
        </div>
25
        </div>
26
        [% ELSE %]
26
        [% ELSE %]
27
28
        [% IF payment_id && !Koha.Preference('FinePaymentAutoPopup') %]
29
        <div class="dialog alert audio-alert-action">
30
            Payment recieved: <a target="_blank" href="/cgi-bin/koha/pos/printreceipt.pl?action=print&accountlines_id=[% payment_id | uri %]&collected=[% collected | uri %]&change=[% change | uri %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> Print receipt</a>
31
        </div>
32
        [% END %]
33
27
        <form name="payForm" id="payForm" method="post" action="/cgi-bin/koha/pos/pay.pl">
34
        <form name="payForm" id="payForm" method="post" action="/cgi-bin/koha/pos/pay.pl">
28
            <div class="row">
35
            <div class="row">
29
36
30
- 

Return to bug 23354