[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-9-g0010c27

Git repo owner gitmaster at git.koha-community.org
Mon Oct 28 15:51:10 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, master has been updated
       via  0010c27ea17a515683f5ae01b9e97d4f80e3d55f (commit)
      from  5d5677ec67e990982d71c9297d3d5edbcfffc977 (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 0010c27ea17a515683f5ae01b9e97d4f80e3d55f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Oct 22 00:14:47 2013 +0000

    Bug 11108: fix duplicate display of basket whose receipt has just been cancelled
    
    After receiving an order basket, before finishing receiving the shipment,
    one has an option to cancel the receipt.  This patch fixes a bug where
    a basket whose receipt was just cancelled displays on both the pending orders
    and already received tabs.
    
    This patch also fixes a minor unitialized variable warning.
    
    To test:
    
    [1] Create a basket with at least one order and close it.
    [2] Receive the order, then on the row in the 'Already received'
        table, click the cancel receipt link.
    [3] In the page that displays, the basket just cancelled displays
        on both tables.  Clicking the cancel receipt link again results
        in an error message.
    [4] Apply the patch.
    [5] Repeat steps 1 and 2.  This time, the cancelled basket displays
        only in the pending orders table, as expected.
    [6] Verify that after applying the patch, the following no longer
        is logged in the Apache error log:
    
    parcel.pl: Use of uninitialized value in string eq at acqui/parcel.pl line...
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ed Veal <ed.veal at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes test plan, all tests and QA script.
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/parcel.pl |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list