[% USE raw %] [% USE Asset %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% 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 %] [% booksellerurl | html %]

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

[% 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 Order By Uncertain Price Quantity
[% uncertainpriceorder.basketname | html %] [% uncertainpriceorder.title | html %] [% 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 %]
Edit
[% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] [% IF basket.effective_create_items == 'ordering' %] [% uncertainpriceorder.quantity | html %] [% ELSE %] [% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/acq.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]