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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-2 / +1 lines)
Lines 55-61 Link Here
55
                                    <td>[% invoice.description | html %]</td>
55
                                    <td>[% invoice.description | html %]</td>
56
                                    <td>[% invoice.default_amount | $Price %]</td>
56
                                    <td>[% invoice.default_amount | $Price %]</td>
57
                                    <td>
57
                                    <td>
58
                                        <button class="add_button" data-invoice-code="[% invoice.code | html %]" data-invoice-title="[% invoice.description | html %]" data-invoice-price="[% invoice.default_amount | html %]"><i class="fa fa-plus"></i> Add</button>
58
                                        <button type="button" class="add_button" data-invoice-code="[% invoice.code | html %]" data-invoice-title="[% invoice.description | html %]" data-invoice-price="[% invoice.default_amount | html %]"><i class="fa fa-plus"></i> Add</button>
59
                                    </td>
59
                                    </td>
60
                                </tr>
60
                                </tr>
61
                            [% END %]
61
                            [% END %]
62
- 

Return to bug 24540