|
Lines 614-620
Link Here
|
| 614 |
else { |
614 |
else { |
| 615 |
result += '<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=' |
615 |
result += '<a href="/cgi-bin/koha/acqui/cancelorder.pl?ordernumber=' |
| 616 |
+ encodeURIComponent(row.order_id) + '&biblionumber=' + encodeURIComponent(row.biblio_id) |
616 |
+ encodeURIComponent(row.order_id) + '&biblionumber=' + encodeURIComponent(row.biblio_id) |
| 617 |
+ '&del_biblio=1&referrer="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[$ invoiceid | uri ]">' |
617 |
+ '&del_biblio=1&referrer=/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]">' |
| 618 |
+ _("Cancel order and catalog record") + '</a><br/>'; |
618 |
+ _("Cancel order and catalog record") + '</a><br/>'; |
| 619 |
} |
619 |
} |
| 620 |
|
620 |
|
| 621 |
- |
|
|