[koha-commits] main Koha release repository branch new/bug_9281 created. v3.08.00-1622-g28d4b80

Git repo owner gitmaster at git.koha-community.org
Thu Jan 24 14:04:29 CET 2013


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_9281 has been created
        at  28d4b80f989a6662ed878289bbf65ea2ee1f83b7 (commit)

- Log -----------------------------------------------------------------
commit 28d4b80f989a6662ed878289bbf65ea2ee1f83b7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 13 14:17:07 2012 +0100

    Bug 9281: FIX add an order from a staged file
    
    In GetMember the hash parameter contained
    'C4::Members' => 'borrowernumber'
    XXX => undef
    
    Test plan:
    In the acquition module, try to add an order to a basket from a staged file.
    Without this patch, you get an error:
      DBD::mysql::st execute failed: called with 2 bind variables when 1 are needed at /home/koha/src/C4/Members.pm line 559
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass, error only appearing in the log file.
    
    Test plan:
    1) Create a basket
    2) Add one or multiple order lines using a staged file and the 'batch' feature.
       This is done by using the "Save" button at the bottom of the page instead
       of the "Add order" link next to a single entry.
    3) Check your koha-error_log for the error above.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list