View | Details | Raw Unified | Return to bug 20817
Collapse All | Expand All

(-)a/Koha/Acquisition/Utils.pm (-1 / +1 lines)
Lines 23-29 use C4::Context; Link Here
23
23
24
Koha::Acquisition::Utils - Additional Koha functions for dealing with orders and acquisitions
24
Koha::Acquisition::Utils - Additional Koha functions for dealing with orders and acquisitions
25
25
26
=head1 SUBROUTINES
26
=head2 SUBROUTINES
27
27
28
=head3 GetMarcFieldsToOrderValues($syspref_name, $record, $field_list)
28
=head3 GetMarcFieldsToOrderValues($syspref_name, $record, $field_list)
29
29
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 340-346 Link Here
340
                        <input class="addItemControl cancel" name="buttonClear" style="cursor:pointer;" onclick="clearItemBlock(this)" value="Clear" type="button">
340
                        <input class="addItemControl cancel" name="buttonClear" style="cursor:pointer;" onclick="clearItemBlock(this)" value="Clear" type="button">
341
                        <input class="addItemControl" name="buttonPlusMulti" onclick="javascript:this.nextElementSibling.style.display='inline'; return false;" style="cursor:pointer; margin:0 1em;" value="Add multiple items" type="button">
341
                        <input class="addItemControl" name="buttonPlusMulti" onclick="javascript:this.nextElementSibling.style.display='inline'; return false;" style="cursor:pointer; margin:0 1em;" value="Add multiple items" type="button">
342
                        <span id="add_multiple_copies" style="display:none">
342
                        <span id="add_multiple_copies" style="display:none">
343
                            <input class="addItemControl" id="multiValue" name="multiValue" placeholder="Number of items to add" type="number">
343
                            <input class="addItemControl" id="multiValue" name="multiValue" placeholder="Number of items to add" type="text" inputmode="numeric" pattern="[0-9]*">
344
                            <input class="addItemControl" name="buttonAddMulti&quot;" style="cursor:pointer; margin:0 1em;" onclick="checkCount( this ,'[% UniqueItemFields | html %]')" value="Add" type="button">
344
                            <input class="addItemControl" name="buttonAddMulti&quot;" style="cursor:pointer; margin:0 1em;" onclick="checkCount( this ,'[% UniqueItemFields | html %]')" value="Add" type="button">
345
                            <div class="dialog message">NOTE: Fields listed in the 'UniqueItemsFields' system preference will not be copied</div>
345
                            <div class="dialog message">NOTE: Fields listed in the 'UniqueItemsFields' system preference will not be copied</div>
346
                        </span>
346
                        </span>
347
- 

Return to bug 20817