Bug 16118 - Can't create items on serial receive
Summary: Can't create items on serial receive
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: master
Hardware: All All
: P5 - low critical (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 22:34 UTC by Katrin Fischer
Modified: 2019-06-27 09:24 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2016-03-21 22:34:45 UTC
When receiving a serial issue with 'add item on receive' checked in the subscription, the item form should appear when switching from 'Expected' to 'Arrived'. Instead I get a JavaScript error in Firebug:

(row 2104, column 2)
TypeError: subfield is null
subfield.style.display = 'block';

	serials...tus=1,3
Comment 1 Jonathan Druart 2016-03-22 09:20:26 UTC
It seems to work for me.
Comment 2 Katrin Fischer 2016-03-22 12:41:00 UTC
I can try to rule out a configuration issue by going back to an earlier version. It did work in the Catalyst 3.22 demo, but not on master as of last night.
Comment 3 Katrin Fischer 2016-03-22 22:48:38 UTC
I didn't figure out the problem, but it's working now.
Comment 4 Katrin Fischer 2016-03-24 07:24:46 UTC
The problem is back... I noticed that the supplement item form still works. The form for the normal issues is not showing in the source code. Why is it missing? I have no idea still :(
Comment 5 Katrin Fischer 2016-03-24 07:27:46 UTC
Ok, it happens for one subscription, but not the other. I will keep diggging but asssume a configuration issue.