[% INCLUDE 'acquisitions-toolbar.inc' %]
[% IF error == 'not_deleted' %]
Contract has not been deleted. Maybe a basket linked to this contract exists.
[% END %]
[% IF ( add_form ) %]
[% END %]
[% IF ( add_validate ) %]
Data recorded
[% END %]
[% IF ( delete_confirm ) %]
Confirm deletion of contract [% contractname %]
Contract number: | [% contractnumber %] |
Contract name: | [% contractname %] |
Contract description: | [% contractdescription %] |
Contract start date: | [% contractstartdate | $KohaDates %] |
Contract end date: | [% contractenddate | $KohaDates %] |
Vendor: | [% booksellername %] |
[% END %]
[% IF ( delete_confirmed ) %]
Contract deleted
[% END %]
[% IF ( else ) %]
Contract(s) of [% booksellername %]
[% IF ( loop ) %]
Name |
Description |
Start date |
End date |
Actions |
[% FOREACH loo IN loop %]
[% loo.contractname %]
|
[% loo.contractdescription %] |
[% loo.contractstartdate %] |
[% loo.contractenddate %] |
Edit
Delete
|
[% END %]
[% ELSE %]
There are no contracts with this vendor.
[% IF active %]
Add a contract.
[% END %]
[% END %]
[% END %]