[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-760-ge31b158

Git repo owner gitmaster at git.koha-community.org
Wed Jul 3 13:21:58 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, master has been updated
       via  e31b158245f4eff36decebf30c8a87c8cfebe472 (commit)
      from  14babcecf681874e4a75eff0a5ba2d869f1966bf (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 e31b158245f4eff36decebf30c8a87c8cfebe472
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jun 7 10:17:54 2013 +0200

    Bug 10428: undefined check in add additem.pl
    
    In additem.pl, in the code that generates item form you find:
    
    @values = $itemrecord->field($tag)->subfield($subtag) if ($itemrecord && defined($itemrecord->field($tag)->subfield($subtag)));
    
    This patch adds the check of $itemrecord->field($tag) undef.
    I did not found a way to test it because item tag is always defined
    when editing an item, but it would be safer/prettier to add this check.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 cataloguing/additem.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list