[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-18-g5b2815b

Git repo owner gitmaster at git.koha-community.org
Tue May 14 10:35:46 CEST 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, 3.8.x has been updated
       via  5b2815bc650176853ef7934e798cf7a1286ebb1b (commit)
      from  282c3b4fdb16e5e28193ac398c89c8d9c5353d5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5b2815bc650176853ef7934e798cf7a1286ebb1b
Author: Christophe Croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Apr 18 12:55:18 2013 +0200

    Bug 7228: can't add items in an order with Modify
    
    We have a message if we want to add items and we can't add, substract only.
    It's ok if we choose to create items on ordering, in this case koha can't add items, just substract
    and in this case we have to delete manually the items(s) in the catalog.
    But if via the syspref AcqCreateItem we choose to create items when receiving this limitation is not usefull
    The patch just checks if the syspref AcqCreateItem is on 'ordering'
    if not the message is not shown and we can add items
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Here is the test I made for signing off :
    after applying the patch
    - syspref AcqCreateItem  : create items on RECEIVING
    - in a basket, create an order (quantity = 1)
    - save the order
    - reopen the order
    - change the quantity (2 instead of 1)
    - save the order
    => changing quantity was not possible before the patch
    
    - syspref AcqCreateItem  : create items on CATALOGING
    - in a basket, create an order (quantity = 1)
    - save the order
    - reopen the order
    - change the quantity (2 instead of 1)
    - save the order
    => changing quantity was not possible before the patch
    
    - syspref AcqCreateItem  : create items on ORDERING
    - in a basket, create an order (click on "add" to add an item => quantity = 1)
    - save the order
    - reopen the order
    - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message)
    => the behavior is the same as before the patch
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Copied test plan from bug report.
    Template only change deactivating the Javascript that blocks
    you from changing the quantity when AcqCreateItem is set to
    something else than 'ordering'.
    Passes all tests and QA script.
    **Rebased for 3.8.x**
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 acqui/neworderempty.pl                             |    1 +
 .../prog/en/modules/acqui/neworderempty.tt         |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list