http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8247 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10280|0 |1 is obsolete| | --- Comment #2 from Marc Véron <veron@veron.ch> --- Created attachment 10286 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10286&action=edit [SIGNED-OFF] Bug 8247 - adding basket doesn't save basket name, internal or vendor note URL: /cgi-bin/koha/acqui/basketheader.pl?booksellerid=32&op=add_form I'm also getting mysql referential integrity error: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_srvgit`.`aqbasket`, CONSTRAINT `aqbasket_ibfk_1` FOREIGN KEY (`booksellerid`) REFERENCES `aqbooksellers` (`id`) ON UPDATE CASCADE) at /srv/koha/C4/Acquisition.pm line 416. Test scenario: 1. Find vendor and select "New basket" 2. fill in basket name, internal and vendor note 3. press save 4. verify that created basket doesn't have name nor internal or vendor notes Signed-off-by: Marc Veron <veron@veron.ch> First tested without patch applied, new basket's name and internal / vendor notes were empty- Applied patch, new basket's name and notes behave OK. -- You are receiving this mail because: You are watching all bug changes.