https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #140688|0 |1 is obsolete| | --- Comment #15 from David Nind <[email protected]> --- Created attachment 140701 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140701&action=edit Bug 29554: Do not hide display of itemtypes on neworderempty Hiding the list may lead to biblioitems.itemtype being NULL. We do not want that, since 942$c is mandatory. Test plan: Create basket and set 'create items when' to receiving or cataloging. Create order from new empty record. Check biblioitems.itemtype of created biblio. Without this patch, it would have been NULL like this: select biblionumber,title from biblio; | 7 | Test 3 | select biblionumber,itemtype from biblioitems; | 7 | NULL | Signed-off-by: Marcel de Rooy <[email protected]> Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
