8 [% INCLUDE 'doc-head-open.inc' %]
9 <title>Koha › Acquisitions › Basket [% basketno | html %] › [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</title>
10 [% INCLUDE 'doc-head-close.inc' %]
13 <body id="acq_neworderempty" class="acq">
15 [% INCLUDE 'header.inc' %]
16 [% INCLUDE 'acquisitions-search.inc' %]
18 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% name | html %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a> › [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</div>
20 [% INCLUDE 'blocking_errors.inc' %]
22 <div class="main container-fluid">
24 <div class="col-sm-10 col-sm-push-2">
28 [% IF ( ordernumber ) %]
35 <div class="dialog alert order_error" style="display:none"></div>
38 <div id="acqui_basket_summary">
39 <fieldset class="rows">
40 <legend>Basket details</legend>
42 [% IF ( basketnote ) %]<li><span class="label">Internal note:</span> [% basketnote | html %]</li>[% END %]
43 [% IF ( basketbooksellernote ) %]<li><span class="label">Vendor note:</span> [% basketbooksellernote | html %]</li>[% END %]
44 [% IF ( basketcontractno ) %]
45 <li><span class="label">Contract number: </span>[% basketcontractno | html %]</li>
46 <li><span class="label">Contract name:</span> <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&contractnumber=[% basketcontractno | uri %]">[% basketcontractname | html %]</a></li>
48 [% IF ( authorisedbyname ) %]<li><span class="label">Managed by:</span> [% authorisedbyname | html %]</li>[% END %]
49 [% IF ( creationdate ) %]<li><span class="label">Open on:</span> [% creationdate | $KohaDates %]</li>[% END %]
50 [% IF ( closedate ) %]
51 <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
52 <li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>
53 [% IF ( basketgroups ) %]
54 <li>Basketgroup: <select id="basketgroupid" name="basketgroupid">
55 [% FOREACH basketgroup IN basketgroups %]
56 [% IF ( basketgroup.default ) %]
57 <option value="[% basketgroup.id | html %]" selected="selected">[% basketgroup.name | html %]</option>
59 <option value="[% basketgroup.id | html %]">[% basketgroup.name | html %]</option>
63 <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
64 <input type="hidden" value="mod_basket" name="op" />
65 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
67 <fieldset class="action"><input type="submit" value="Change basketgroup" /></fieldset>
76 <form action="/cgi-bin/koha/acqui/addorder.pl" method="post" class="validated noEnterSubmit" id="Aform" onsubmit="return Check(this);" >
78 <fieldset class="rows">
79 <legend>Patrons</legend>
82 <span class="label">To notify on receiving:</span>
83 <div style="float:left">
84 <ul id="users_names" style="padding-left:0">
85 [% FOREACH user IN users %]
86 <li id="user_[% user.borrowernumber | html %]">
87 [% user.firstname | html %] [% user.surname | html %]
88 [<a onclick="del_user([% user.borrowernumber | html %]);" style="cursor:pointer">Delete user</a>]
92 <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
93 <input type="hidden" id="op" name="op" value="mod_users" />
94 <input type="button" id="add_user" onclick="UserSearchPopup();" value="Add user" />
100 <fieldset class="rows">
103 [% IF ( biblionumber ) %]
104 <span><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | uri %]"> Edit record</a></span>
107 [% UNLESS ( existing ) %]
108 <input type="hidden" name="existing" value="no" />
110 <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
111 <input type="hidden" name="basketno" value="[% basketno | html %]" />
112 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
113 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
114 <input type="hidden" name="listinc" id="listinc" value="[% listincgst | html %]" />
115 <input type="hidden" name="invoiceincgst" id="invoiceincgst" value="[% invoiceincgst | html %]" />
116 <input type="hidden" name="suggestionid" value="[% suggestionid | html %]" />
117 <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
119 [% FOREACH c IN currencies %]
120 <input type="hidden" id="currency_rate_[% c.currency | html %]" name="[% c.currency | html %]" value="[% c.rate | html %]" />
123 [% IF NOT Koha.Preference('UseACQFrameworkForBiblioRecords') OR NoACQframework %]
125 [% IF ( biblionumber ) %]
126 <span class="label">Title</span>
127 <input type="hidden" name="title" value="[% title | html %]" /> <span class="title">[% title | html %]</span>
129 <label for="entertitle">Title: </label>
130 <input type="text" id="entertitle" size="50" name="title" value="[% title | html %]" class="focus" required="required" />
131 <span class="required">Required</span>
135 [% IF ( biblionumber ) %]
136 <span class="label">Author: </span>
137 <input type="hidden" name="author" id="author" value="[% author | html %]" />[% author | html %]
139 <label for="author">Author: </label>
140 <input type="text" size="50" name="author" id="author" value="[% author | html %]" />
144 [% IF ( biblionumber ) %]
145 <span class="label">Publisher: </span>
146 <input type="hidden" name="publishercode" id="publishercode" value="[% publishercode | html %]" />[% publishercode | html %]
148 <label for="publishercode"> Publisher: </label>
149 <input type="text" size="50" name="publishercode" id="publishercode" value="[% publishercode | html %]" />
153 [% IF ( biblionumber ) %]
154 <span class="label">Edition: </span>
155 <input type="hidden" name="editionstatement" id="editionstatement" value="[% editionstatement | html %]" />[% editionstatement | html %]
158 <label for="editionstatement">Edition: </label>
159 <input type="text" size="20" name="editionstatement" id="editionstatement" value="[% editionstatement | html %]" />
163 [% IF ( biblionumber ) %]
164 <span class="label">Publication year: </span>
165 <input type="hidden" name="publicationyear" id="publicationyear" value="[% publicationyear | html %]" />[% publicationyear | html %]
167 <label for="publicationyear">Publication year: </label>
168 <input type="text" size="10" name="publicationyear" id="publicationyear" value="[% publicationyear | html %]" />
172 [% IF ( biblionumber ) %]
173 <span class="label">ISBN: </span>
174 <input type="hidden" name="isbn" id="ISBN" value="[% isbn | html %]" />[% isbn | html %]
176 <label for="ISBN">ISBN: </label>
177 <input type="text" size="50" name="isbn" id="ISBN" value="[% isbn | html %]" />
182 [% IF ( biblionumber ) %]
183 <span class="label">EAN: </span>
184 <input type="hidden" name="ean" id="EAN" value="[% ean | html %]" />[% ean | html %]
186 <label for="EAN">EAN: </label>
187 <input type="text" size="20" name="ean" id="EAN" value="[% ean | html %]" />
192 [% IF ( biblionumber ) %]
193 <span class="label">Series: </span>
194 <input type="hidden" name="series" id="series" value="[% seriestitle | html %]" />[% seriestitle | html %]
196 <label for="series">Series: </label>
197 <input type="text" size="50" name="series" id="series" value="[% seriestitle | html %]" />
200 [% UNLESS ( biblionumber ) %]
201 [% IF ( itemtypeloop ) %]
203 <span class="label">Item type:</span>
204 <select name="itemtype" style="width:12em;">
205 [% FOREACH itemtype IN itemtypeloop %]
206 <option value="[% itemtype.itemtype | html %]">[% itemtype.description | html %]</option>
214 <input type="hidden" name="use_ACQ_framework" value="1" />
215 [% IF biblionumber %]
217 [% FOREACH field IN catalog_details %]
219 <div class="subfield_line">
220 <label>[% field.lib | html %] ([% field.tag | html %][% field.subfield | html %])</label>
221 [% field.value | html %]
228 [% FOREACH field IN catalog_details %]
230 <div class="subfield_line">
231 [% PROCESS display_subfield field=field %]
240 [% IF ( suggestionid ) %]
241 <fieldset class="rows">
242 <legend>Suggestion</legend>
245 <span class="label">Suggested by: </span>
246 [% surnamesuggestedby | html %][% IF ( firstnamesuggestedby ) %], [% firstnamesuggestedby | html %][% END %] (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestionid | uri %]&op=show">suggestion #[% suggestionid | html %]</a>)
252 [% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %]
253 [% IF (AcqCreateItemOrdering) %]
255 <div id="items_list" style="display:none">
256 <p><b>Items list</b></p>
257 <div style="width:100%;overflow:auto;">
263 <th>Home library</th>
264 <th>Holding library</th>
265 <th>Not for loan</th>
270 <th>Inventory number</th>
271 <th>Collection code</th>
283 <fieldset class="rows" id="itemfieldset">
284 <legend>Item</legend>
285 [% IF ( NoACQframework ) %]
286 <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
289 [% UNLESS Koha.Preference('autoBarcode') == 'OFF' %]
290 <div class="dialog message">The autoBarcode system preference is set to [% Koha.Preference('autoBarcode') | html %] and items with blank barcodes will have barcodes generated upon save to database</div>
293 <div id="outeritemblock"></div>
296 [% END %][%# | html UNLESS subscriptionid %]
297 [% END %][%# IF (AcqCreateItemOrdering) %]
298 <fieldset class="rows">
299 <legend>Accounting details</legend>
302 <label class="required" for="quantity">Quantity: </label>
303 [% IF subscriptionid %]
304 <input type="text" size="20" id="quantity" name="quantity" value="1" onchange="updateCosts();" />
305 [% ELSIF AcqCreateItemOrdering %]
306 [% IF basket.is_standing %]
307 <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="1" />
309 <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="0" />
312 [% IF basket.is_standing %]
313 <input type="text" readonly="readonly" size="20" id="quantity" name="quantity" value="1" />
315 <input type="text" size="20" id="quantity" name="quantity" value="[% quantityrec | html %]" onchange="updateCosts();" />
318 <span class="required">Required</span>
319 <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
320 <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
322 [% IF subscription %]
325 Frequency: [% subscription.frequency.description | html %] |
326 [% IF subscription.numberlength %]Number of issues: [% subscription.numberlength | html %][% END %]
327 [% IF subscription.weeklength %]Number of weeks: [% subscription.weeklength | html %][% END %]
328 [% IF subscription.monthlength %]Number of months: [% subscription.monthlength | html %][% END %]
333 <label class="required" for="budget_id">Fund: </label>
334 [% active_count = 0 %]
335 [% IF !ordernumber %]
336 [% FOREACH budget_loo IN budget_loop %]
337 [% active_count= active_count + budget_loo.b_active %]
340 <select id="budget_id" size="1" name="budget_id">
341 <option value="">Select a fund</option>
342 [% FOREACH budget_loo IN budget_loop %]
343 [% IF ( budget_loo.b_sel ) %]
344 [% active_count = 0 #select no other fund %]
345 <option value="[% budget_loo.b_id | html %]" selected="selected" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"
346 style="padding-left:[% budget_loo.b_level | html %]em;"
348 [% ELSIF active_count==1 && budget_loo.b_active %]
349 <option value="[% budget_loo.b_id | html %]" selected="selected" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"
350 style="padding-left:[% budget_loo.b_level | html %]em;"
353 [% bdgclass=budget_loo.b_active? "": "b_inactive" | html %]
354 <option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"
355 style="padding-left:[% budget_loo.b_level | html %]em;"
358 [% budget_loo.b_txt | html %][% IF !budget_loo.b_active %] (inactive)[% END %]
362 <span class="required">Required</span>
363 <label for="showallbudgets" style="float:none;"> Show inactive:</label>
364 <input type="checkbox" id="showallbudgets" />
367 <label for="currency">Currency:</label>
368 <select name="currency" id="currency" onchange="updateCosts();">
369 [% FOREACH c IN currencies %]
370 [% IF ordernumber and c.currency == currency or not ordernumber and c.currency == vendor_currency %]
371 <option value="[% c.currency | html %]" selected="selected">[% c.currency | html %]</option>
372 [% ELSIF not c.archived %]
373 <option value="[% c.currency | html %]">[% c.currency | html %]</option>
379 <label for="listprice">Vendor price: </label>
380 <input type="text" size="20" name="listprice" id="listprice" value="[% listprice | html %]" onchange="updateCosts()" /> [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
383 <label for="uncertainprice">Uncertain price: </label>
384 [% IF ( uncertainprice ) %]
385 <input type="checkbox" name="uncertainprice" id="uncertainprice" value="1" checked="checked" />
387 <input type="checkbox" name="uncertainprice" id="uncertainprice" value="1" />
390 [% IF ( gst_values ) %]
392 <label for="tax_rate">Tax rate: </label>
393 <select name="tax_rate" id="tax_rate" onchange="updateCosts();">
394 [% FOREACH gst IN gst_values %]
395 [% IF ( gst.option == tax_rate ) %]
396 <option value="[% gst.option | html %]" selected="selected">[% gst.option * 100 | html %]%</option>
398 <option value="[% gst.option | html %]">[% gst.option * 100 | html %]%</option>
403 <input type="hidden" name="tax_rate" value="0" />
407 <label for="discount">Discount: </label>
408 [% IF ( orderdiscount ) %]
409 <input type="text" size="6" name="discount" id="discount" value="[% orderdiscount | html %]" onchange="updateCosts();" />%
411 <input type="text" size="6" name="discount" id="discount" value="[% discount | html %]" onchange="updateCosts();" />%
415 <label for="rrp">Retail price: </label>
416 <input type="text" size="20" name="rrp" id="rrp" value="[% rrp | html %]" /> (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %])
419 <label for="replacementprice">Replacement cost: </label>
420 <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | html | $Price on_editing => 1 %]" />
423 <label for="ecost">Budgeted cost: </label>
424 <input type="text" size="20" name="ecost" id="ecost" value="[% ecost | html %]" readonly="readonly" /> [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
427 <label for="total">Total: </label>
428 <input type="text" id="total" size="20" name="total" value="[% total | html %]" readonly="readonly" /> (budgeted cost * quantity)
430 <li class="ordering_unitprice">
431 <label for="unitprice">Actual cost: </label>
432 <input type="text" id="unitprice" size="20" name="unitprice" value="[% unitprice | html %]" />
433 [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
436 <label for="order_internalnote">Internal note: </label>
437 <textarea id="order_internalnote" cols="30" rows="3" name="order_internalnote" >[% IF ( order_internalnote ) %][% order_internalnote | html %][% END %]</textarea>
440 <label for="order_vendornote">Vendor note: </label>
441 <textarea id="order_vendornote" cols="30" rows="3" name="order_vendornote" >[% IF ( order_vendornote ) %][% order_vendornote | html %][% END %]</textarea>
443 <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
444 <label for="sort1">Statistic 1: </label>
445 <input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" />
447 <label for="sort2">Statistic 2: </label>
448 <input id="sort2" type="text" id="sort2" size="20" name="sort2" value="[% sort2 | html %]" />
452 <fieldset class="action">
453 <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
454 <input type="submit" value="Save" />
455 [% IF (suggestionid) %]
456 <a class="cancel" href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | html %]&basketno=[% basketno | html %]">Cancel</a>
458 [% IF subscriptionid %]
459 <a class="cancel" href="/cgi-bin/koha/acqui/newordersubscription.pl?booksellerid=[% booksellerid | html %]&basketno=[% basketno | html %]">Cancel</a>
461 <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
467 <div id="procModal" data-backdrop="static" class="modal fade" aria-labelledby="procModal" aria-hidden="true">
468 <div class="modal-dialog">
469 <div class="modal-content">
470 <div class="modal-body">
471 <h3>Processing multiple items</h3>
477 <div id="multiCountModal" class="modal fade" aria-labelledby="multiCountModal" aria-hidden="true">
478 <div class="modal-dialog">
479 <div class="modal-content">
480 <h3>Invalid number of copies</h3>
481 <p>Please enter a <b>number</b>, greater than or equal to 1</p>
487 </div> <!-- /.col-sm-10.col-sm-push-2 -->
489 <div class="col-sm-2 col-sm-pull-10">
491 [% INCLUDE 'acquisitions-menu.inc' %]
493 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
494 </div> <!-- /.row -->
496 [% MACRO jsinclude BLOCK %]
497 [% Asset.js("js/acquisitions-menu.js") | $raw %]
498 [% Asset.js("js/acq.js") | $raw %]
499 [% INCLUDE 'additem.js.inc' %]
500 [% Asset.js("js/additem.js") | $raw %]
501 [% Asset.js("js/cataloging.js") | $raw %]
502 [% INCLUDE 'calendar.inc' %]
507 [% IF (AcqCreateItemOrdering) %]
508 // Remove last itemblock if it is not in items_list
509 var lastitemblock = $("#outeritemblock > div:last");
510 var tobedeleted = true;
511 var listitems = $("#items_list tr");
512 $(listitems).each(function(){
513 if($(this).attr('idblock') == $(lastitemblock).attr('id')){
518 $(lastitemblock).remove();
523 var _alertString= _("Form not submitted because of the following problem(s)")+"\n";
525 _alertString +="-------------------------------------------------------------------\n\n";
527 if(isNull(ff.budget_id,1)){
529 _alertString += "\n- "+ _("You must select a fund");
532 if (!(isNum(ff.quantity,0)) || ff.quantity.value == 0){
534 _alertString += "\n- " + _("Quantity must be greater than '0'");
537 if (!(isNum(ff.listprice,0))){
539 _alertString += "\n- " + _("Vendor price must be a number");
542 if (!(isNum(ff.total,0))){
544 _alertString += "\n- " + _("Total must be a number");
547 if (totalExceedsBudget(ff.budget_id.value, ff.total.value ) ) {
549 _alertString += "\n- " + _("Order total (%s) exceeds budget available (%s)").format(ff.total.value, actTotal);
552 if ( ff.field_value ) {
553 var empty_item_mandatory = CheckMandatorySubfields(ff);
554 if (empty_item_mandatory > 0) {
557 "\n- " + _("%s item mandatory fields empty").format(empty_item_mandatory);
564 [% IF (AcqCreateItemOrdering) %]
566 $(lastitemblock).appendTo('#outeritemblock');
572 [% IF (AcqCreateItemOrdering) %]
573 if(check_additem('[% UniqueItemFields | html %]') == false) {
574 alert(_("Duplicate values detected. Please correct the errors and resubmit.") );
576 $(lastitemblock).appendTo('#outeritemblock');
583 $(document).ready(function(){
584 [% IF AcqCreateItemOrdering and not basket.is_standing %]
585 cloneItemBlock(0, '[% UniqueItemFields | html %]');
588 [% IF ( suggestionid ) %]updateCosts();[% END %]
589 $("#quantity").change(function() {
593 //We apply the fonction only for modify option
594 [% IF ( quantityrec and not subscriptionid ) %]
595 [% IF ( acqcreate ) %]
596 $('#quantity').blur(function(){
597 // if user decreases the quantity
598 if($(this).val() < [% quantityrec | html %]){
599 alert(_("You have deleted item(s) in the order, don't forget to delete it(them) in the catalog"));
602 // if user increases the quantity
603 alert(_("You can't add a new item, please create a new order line"));
604 // and we replace the original value
605 $(this).val([% quantityrec | html %])
606 updateCosts(); // blur is invoked after change which updated values
613 //keep a copy of all budgets before removing the inactives
614 disabledBudgetsCopy = $('#budget_id').html();
615 $('#budget_id .b_inactive').remove();
617 $('#showallbudgets').click(function() {
618 if ($(this).is(":checked")) {
619 $('#budget_id').html(disabledBudgetsCopy); //Puts back all the funds
622 $('#budget_id .b_inactive').remove();
626 $("#budget_id").change(function(){
627 var destination_sort1 = $(this).parents('fieldset.rows').find('input[name="sort1"]');
628 var sort1_authcat = $(this).find("option:selected").attr('data-sort1-authcat');
629 var sort1 = $(destination_sort1).val() || "";
630 if ( destination_sort1.length < 1 ) {
631 destination_sort1 = $(this).parents('fieldset.rows').find('select[name="sort1"]');
633 var destination_sort2 = $(this).parents('fieldset.rows').find('input[name="sort2"]');
634 var sort2_authcat = $(this).find("option:selected").attr('data-sort2-authcat');
635 var sort2 = $(destination_sort2).val() || "";
636 if ( destination_sort2.length < 1 ) {
637 destination_sort2 = $(this).parents('fieldset.rows').find('select[name="sort2"]');
639 getAuthValueDropbox( 'sort1', sort1_authcat, destination_sort1, sort1 );
640 getAuthValueDropbox( 'sort2', sort2_authcat, destination_sort2, sort2 );
642 $("#budget_id").change();
645 function UserSearchPopup(f) {
647 "/cgi-bin/koha/acqui/add_user_search.pl",
649 'width=740, height=450, scrollbars=yes, toolbar=no,'
653 function add_user(borrowernumber, borrowername) {
654 var ids = $("#users_ids").val();
656 ids = ids.split(':');
660 if (ids.indexOf(borrowernumber.toString()) < 0) {
661 ids.push(borrowernumber);
662 $("#users_ids").val(ids.join(':'));
663 var li = '<li id="user_'+borrowernumber+'">'+borrowername
664 + ' [<a style="cursor:pointer" onclick="del_user('+borrowernumber+');">'
665 + _("Delete user") + '</a>]</li>';
666 $("#users_names").append(li);
672 function del_user(borrowernumber) {
673 $("#user_"+borrowernumber).remove();
674 var ids = $("#users_ids").val().split(':');
675 ids.splice(ids.indexOf(borrowernumber.toString()), 1);
676 $("#users_ids").val(ids.join(':'));
681 [% INCLUDE 'intranet-bottom.inc' %]
683 [% BLOCK display_subfield %]
684 <label>[% field.lib | html %] ([% field.tag | html %][% field.subfield | html %])</label>
685 [% IF field.authorised_value %]
686 [% SWITCH field.authorised_value %]
687 [% CASE 'branches' %]
688 [% IF field.mandatory %]
689 <select name="bib_field_value" required="required">
691 <select name="bib_field_value">
693 <option value=""></option>
694 [% PROCESS options_for_libraries libraries => Branches.all( selected => "FIXME" ) %]
696 [% CASE 'itemtypes' %]
697 [% IF field.mandatory %]
698 <select name="bib_field_value" required="required">
700 <select name="bib_field_value">
702 <option value=""></option>
703 [% PROCESS options_for_item_types itemtypes => ItemTypes.Get(), selected_itemtype => "FIXME" %]
705 [% CASE 'cn_source' %]
707 [% PROCESS 'av-build-dropbox.inc' name="bib_field_value", category=field.authorised_value, default="FIXME" %]
710 [% IF field.mandatory %]
711 <input type="text" name="bib_field_value" value="[% field.value | html %]" required="required" size="50" />
713 <input type="text" name="bib_field_value" value="[% field.value | html %]" size="50" />
717 <input type="hidden" name="bib_kohafield" value="[% field.kohafield | html %]" />
718 <input type="hidden" name="bib_tag" value="[% field.tag | html %]" />
719 <input type="hidden" name="bib_subfield" value="[% field.subfield | html %]" />
720 [% IF field.mandatory %] <span class="required">Required</span>[% END %]