[% INCLUDE 'doc-head-open.inc' %] Koha › Acquisition › Cancel order [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %]
[% UNLESS ( confirmcancel ) %]

Are you sure you want to cancel this order ([% ordernumber %])

[% IF (del_biblio) %] Bibliographic record will be deleted too. [% ELSE %] Bibliographic record will not be deleted. [% END %]

[% PROCESS 'av-build-dropbox.inc' name="reason", category="ORDER_CANCELLATION_REASON" default="0" %]

[% IF (del_biblio) %] [% END %]
[% ELSE %] [% IF ( success_cancelorder ) %]
The order has been successfully cancelled [% ELSE %]
An error has occurred. [% IF ( error_delitem ) %]

The order has been cancelled, although one or more items could not have been deleted.

[% END %] [% IF ( error_delbiblio ) %]

The order has been cancelled, although the record has not been deleted.

[% END %] [% END %]

OK

[% END %]
[% INCLUDE 'intranet-bottom.inc' %]