http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12036 Bug ID: 12036 Summary: Neworderempty.pl fails to add items when itemrecorddisplay is too long (acqCreateItem=ordering) Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org In 3.14.4 I encounter this problem in Acquisition, neworderempty.pl: The output of PrepareItemrecordDisplay (called by itemrecorddisplay.pl in additem.js [cloneItemBlock]) seems to be too long. The line $(clone).append(data) in the ajax success function in cloneItemBlock fails silently. This makes it impossible to add items to a new empty order when AcqCreateItem=ordering. Did anyone else see that already or solved it? (I created the ACQ framework by just copying from Default.) On a clean master I could not reproduce this problem, but it seemed that the output of PrepareItemrecordDisplay was around 23000 there instead of 27000 chars. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.