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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 230-236 Link Here
230
                                        [% END # /IF adjustment.encumber_open  %]
230
                                        [% END # /IF adjustment.encumber_open  %]
231
                                        [% UNLESS readonly %]
231
                                        [% UNLESS readonly %]
232
                                            <td>
232
                                            <td>
233
                                                <a class="btn btn-default btn-xs submit-form-link" href="#" data-adjustment_id="[% adjustment.adjustment_id | html %]" data-invoiceid="[% invoiceid | html %]" data-action="invoice.pl" data-method="post" data-op="cud-del_adj" data-confirmation-msg="[% t('Are you sure you want to delete this adjustment?') %]">
233
                                                <a class="btn btn-default btn-xs submit-form-link" href="#" data-adjustment_id="[% adjustment.adjustment_id | html %]" data-invoiceid="[% invoiceid | html %]" data-action="invoice.pl" data-method="post" data-op="cud-del_adj" data-confirmation-msg="[% t('Are you sure you want to delete this adjustment?') | html %]">
234
                                                <i class="fa fa-trash-can"></i> Delete</a>
234
                                                <i class="fa fa-trash-can"></i> Delete</a>
235
                                            </td>
235
                                            </td>
236
                                        [% END %]
236
                                        [% END %]
237
- 

Return to bug 36246