https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #19 from Kyle M Hall <kyle@bywatersolutions.com> --- Comment on attachment 57425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57425 Bug 15685: Allow creation of items (AcqCreateItem) to be customizable per-basket Review of attachment 57425: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15685&attachment=57425) ----------------------------------------------------------------- ::: installer/data/mysql/kohastructure.sql @@ +2964,4 @@
`basketgroupid` int(11), -- links this basket to its group (aqbasketgroups.id) `deliveryplace` varchar(10) default NULL, -- basket delivery place `billingplace` varchar(10) default NULL, -- basket billing place + create_items ENUM('ordering', 'receiving', 'cataloguing') default NULL; -- when items should be created for orders in this basket
The semicolon needs to be a comma, and an atomicupdate needs to be added. -- You are receiving this mail because: You are watching all bug changes.