Lines 535-546
Link Here
|
535 |
[% Asset.js("js/acq.js") | $raw %] |
535 |
[% Asset.js("js/acq.js") | $raw %] |
536 |
[% INCLUDE 'datatables.inc' %] |
536 |
[% INCLUDE 'datatables.inc' %] |
537 |
<script> |
537 |
<script> |
538 |
function confirm_deletion() { |
|
|
539 |
if (confirm(_("Confirm deletion of this vendor ?"))) { |
540 |
window.location="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]&op=delete"; |
541 |
} |
542 |
} |
543 |
|
544 |
function add_contact() { |
538 |
function add_contact() { |
545 |
var new_contact = $('#contact-template').clone(); |
539 |
var new_contact = $('#contact-template').clone(); |
546 |
var timestamp = new Date().getTime(); |
540 |
var timestamp = new Date().getTime(); |
547 |
- |
|
|