[Koha-bugs] [Bug 32209] Item subfields required even when supplied for each order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 21:16:25 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32209

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrewfh at dubcolib.org

--- Comment #1 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Adding a bit more detail and a file to use.
To recreate:
1: put the following into the MARCItemFieldsToOrder syspref:

homebranch: 949$a
holdingbranch: 949$b
itype: 949$y
nonpublic_note: 949$x
public_note: 949$z
loc: 949$c
ccode: 949$8
notforloan: 949$7
uri: 949$u
copyno: 949$t
price: 949$g
replacementprice: 949$v
itemcallnumber: 949$o
quantity: 949$k
budget_code: 949$l

2: stage the attached marc record for import, selecting MARC format. It doesn't
matter if you check for duplicates or not.
3: go to acquisitions, find or create a basket with items created on ordering
4: add to your basket from your staged file
5: on the Add Orders page, select the title and confirm that the item record
details on the "Select to import" tab include an itype selection
6: click to the "Item information" tab and confirm that here the itype is
blank. Don't select anything here yet.
7: Click Save. Nothing happens. If you inspect the element and look in the
console, you'll see some an error "Uncaught Error: cannot call methods on tabs
prior to initialization; attempted to call method 'option'"
8: Select an itype in the "Item information" tab
9: Click Save again. It works!

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list