[koha-commits] main Koha release repository branch master updated. v3.16.00-beta-8-gf8f7382

Git repo owner gitmaster at git.koha-community.org
Wed May 7 17:39:30 CEST 2014


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  f8f7382ef7267d53b61462773e300e517c48e9e8 (commit)
      from  34e136a485c58c6911de59899f94a0543e483b0a (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 f8f7382ef7267d53b61462773e300e517c48e9e8
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Fri Dec 20 23:21:32 2013 +0100

    Bug 11433: (code cleanup) remove unused 'attachbasket' op value in basket.pl
    
    This patch cleans code in basket.pl
    
    In basket.pl, some code is supposed to be executed if
    $op eq 'attachbasket'. But it is never the case
    (grep attachbasket * -r), so this condition can be removed.
    
    No functional change expected.
    
    Regression test only :
    * Make a complete acquisition process, from the creation of a basket
     to the closure of a basketgroup, and check everything is OK
    * On a basket page, try to change the basketgroup it belongs to, and
      check everything is OK
    * On a basketgroup page, try to edit the content of a basketgroup (put
      a new basket in it, change the deliverybranch...), and check everything
      is OK
    * On a basketgroup page, try to reopen a closed basketgroup, and close an
      open basketgroup, and check everything is OK
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/basket.pl |    3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list