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, new/enh/bug_5548 has been updated
       via  1d6fa48d19b6e5c5ab5c0d16f17a588f56a39870 (commit)
      from  e57dadf762101cfb7371c3d2c93e8163a2ace69f (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 1d6fa48d19b6e5c5ab5c0d16f17a588f56a39870
Author: Ian Walls <[email protected]>
Date:   Thu Mar 31 15:33:17 2011 -0400

    Bug 5578 Followup: Hard Due Dates break hard-coded default circ rule
    
    If you do not have an applicable circulation rule for a combination of 
branch,
    item type and patron category defined in your Circulation and Fines rules,
    the Hard Due Dates development prevents circulation by introducing an error:
    
    Can't call method "output" on an undefined value at 
/home/magnus/kohahead/C4/Circulation.pm line 2713
    
    This is because the $hardduedate variable is not defined.  Changing the 
conditional
    to check it, rather that it's output, fixes the issue.  That's what this 
patch does.
    
    Is this the longest commit message for a single line fix?  Maybe.
    
    Signed-off-by: Ian Walls <[email protected]>
    Signed-off-by: Chris Cormack <[email protected]>

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

Summary of changes:
 C4/Circulation.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to