[koha-commits] main Koha release repository branch master updated. v3.18.00-810-g381959a

Git repo owner gitmaster at git.koha-community.org
Wed Apr 29 04:20:43 CEST 2015


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  381959a935b39b08fc53e81b0fb4f9b383c11adb (commit)
      from  1a585ec7fe870a0c6145c91bc4c81d7439e34ef0 (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 381959a935b39b08fc53e81b0fb4f9b383c11adb
Author: Mason James <mtj at kohaaloha.com>
Date:   Mon Mar 30 19:33:45 2015 +1300

    Bug 13109: Serial failure for received and general viewing.
    
    to test...
    
    1/ attempt to view a subscription-detail that has a NULL value for either it's 'startdate' or 'enddate'
    
      an example url would be...
      http://koha-admin.foo.org/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=1
    
      observe error...
      'Date::Calc::PP::Delta_Days(): Usage: Date::Calc::Delta_Days($year1,$month1,$day1,$year2,$month2,$day2) at /your/koha/C4/Serials.pm line 2325'
    
    2/ apply patch
    3/ repeat step 1/
       observe that detail page displays OK
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I confirm the issue if startdate is null (can exist with old data,
    before the js check on the form).
    Amended patch: Remove trailing space char and the link to the bz number
    (can be found using git log).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list