[koha-commits] main Koha release repository branch new/bug_6740 created. v3.06.00-124-gd0ef505

Git repo owner gitmaster at git.koha-community.org
Tue Dec 6 19:08:06 CET 2011


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_6740 has been created
        at  d0ef505fc4423f597402445a1a12b8b2bd512894 (commit)

- Log -----------------------------------------------------------------
commit d0ef505fc4423f597402445a1a12b8b2bd512894
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Dec 5 07:18:21 2011 +0100

    Bug 6740: can add items at ordering/receiving but not remove
    
    The problem was, that the script was looking for the first
    and second <a> tag in the code. When using plugins in the framework
    this can't work. The patch changes the script to select the correct
    <a> tags by using a class.
    
    Also changes + and - to 'Add' and 'Delete' to make the meaning clearer
    and clicking on them a bit easier.
    
    To test:
    1) AcqCreateItem = order
    - Create a basket
    - Create an order line
    - Create more than one item
    - Delete items
    - Check quantity is calculated correctly
    - Check items are created correctly
    
    2) AcqCreateItem = receive
    - Create basket
    - Create 2 order lines, order >1 items
    - Do a partial item by removing items from the receive form
    - Receive all missing items
    - Receive more items than ordered
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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