[koha-commits] main Koha release repository branch new/bug_9126 created. v3.08.00-1548-g3de2b44

Git repo owner gitmaster at git.koha-community.org
Tue Jan 15 04:59:25 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_9126 has been created
        at  3de2b4478286c8cfacbd57a0e095f47eca81c27f (commit)

- Log -----------------------------------------------------------------
commit 3de2b4478286c8cfacbd57a0e095f47eca81c27f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Nov 21 17:38:28 2012 +0100

    Bug 9126: Do not return from Check too early.
    
    If there is no errors, it should continue instead of returning true.
    
    + move a block of code at the end of Check function. This avoid
    detaching and re-attaching a HTML block if there are errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    The following queries show us the issues:
    select count(*) from items;
    select * from aqorders_items where ordernumber=XX;
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    To test:
    
    AcqCreateItem = receive
    UniqueItemFields = barcode
    
    1) Create a new basket
    2) Create a new order with quantity > 1
    3) Close the basket and create a new invoice/shipment
    4) Receive only 1 item.
       - Fill out the first item form with item type only. Click add.
       - Don't change second item form at all.
       - Click save.
    
    Before patch:
    2 items are created on the record, both with the selected itemtype.
    
    After patch:
    Only 1 item is created, which is correct.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Seems to work as described by the test plan
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 22613e43ccae6e89e17a2b3aba19e83917104c24
Merge: 8f70ede 4df6f43
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jan 14 22:53:01 2013 -0500

    Merge branch 'bug_9360' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list