|
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="confirm_del_adj"> |
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?') %]"> |
| 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 %] |
|
Lines 538-544
Link Here
|
| 538 |
</span> <!-- /#all_fund_dropdown --> |
538 |
</span> <!-- /#all_fund_dropdown --> |
| 539 |
|
539 |
|
| 540 |
[% MACRO jsinclude BLOCK %] |
540 |
[% MACRO jsinclude BLOCK %] |
| 541 |
<script>var confirm_del_adj = _("Are you sure you want to delete this adjustment?");</script> |
|
|
| 542 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
541 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
| 543 |
[% Asset.js("js/form-submit.js") | $raw %] |
542 |
[% Asset.js("js/form-submit.js") | $raw %] |
| 544 |
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] |
543 |
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] |