[koha-commits] main Koha release repository branch new/bug_8247 created. v3.08.00-279-gd8c909b

Git repo owner gitmaster at git.koha-community.org
Wed Jun 20 09:17:05 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8247 has been created
        at  d8c909b5cbd7c12e1dbf249b26adc3827ac0840a (commit)

- Log -----------------------------------------------------------------
commit d8c909b5cbd7c12e1dbf249b26adc3827ac0840a
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Jun 14 17:17:52 2012 +0200

    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 at 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.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list