[% USE raw %] [% USE Asset %] [% USE Koha %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% INCLUDE 'acquisitions-toolbar.inc' %] [% IF ( validate ) %] [% SET metacontent = '0; url=' _ scriptname _ '?booksellerid=' _ booksellerid %] [% ELSE %] [% IF ( booksellername ) %]

Orders with uncertain prices for vendor [% booksellername | html %]

Contact information

Address: [% booksellerpostal | html %] [% bookselleraddress1 | html %] [% bookselleraddress2 | html %] [% bookselleraddress3 | html %] [% bookselleraddress4 | html %]

Phone: [% booksellerphone | html %] / Fax:

[% FOREACH contact IN contacts %]
Contact:
[% contact.name | html %] [% contact.position | html %] [% contact.phone | html %] [% contact.altphone | html %] [% contact.email | html %] [% contact.notes | html %]
[% END %]
[% IF ( booksellernotes ) %]

Notes: [% booksellernotes | html %]

[% END %] [% END %]

Orders with uncertain prices

[% FOREACH uncertainpriceorder IN uncertainpriceorders %] [% END %]
Basket [% tp('noun', 'Order') | html %] By Uncertain Price Quantity Edit
[% uncertainpriceorder.basketname | html %] [% INCLUDE 'biblio-title.inc' biblio=uncertainpriceorder link = 1 %] [% IF ( uncertainpriceorder.author ) %] by [% uncertainpriceorder.author | html %][% END %] [% IF ( uncertainpriceorder.publishercode ) %]
Publisher: [% uncertainpriceorder.publishercode | html %] [%- IF ( uncertainpriceorder.publicationyear ) -%], [% uncertainpriceorder.publicationyear | html %] [%- ELSIF ( uncertainpriceorder.copyrightdate ) -%] [% uncertainpriceorder.copyrightdate | html %] [% END %] [% END %] [% IF ( uncertainpriceorder.isbn ) %]
[% uncertainpriceorder.isbn | html %][% END %]
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] [% IF basket.effective_create_items == 'ordering' %] [% uncertainpriceorder.quantity | html %] [% ELSE %] [% END %] Edit
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/acq.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]