[koha-commits] main Koha release repository branch new/bug_7671 created. v3.08.00-795-gcd1ab65

Git repo owner gitmaster at git.koha-community.org
Sat Sep 15 07:33:07 CEST 2012


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/bug_7671 has been created
        at  cd1ab65423b91ea4e67ec84b063d13c42f5e7823 (commit)

- Log -----------------------------------------------------------------
commit cd1ab65423b91ea4e67ec84b063d13c42f5e7823
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Sat Sep 15 07:34:06 2012 +0200

    Bug 7671 follow-up DBRev number

commit a8b168dc63df9d60e8e562f368f8bdbec520ffd8
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Fri Mar 9 10:39:30 2012 +0100

    Bug 7671 : add a real primary key accountlines_id in accountlines
    
    Signed-off-by: Stéphane Delaune <stephane.delaune at biblibre.com>
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    NOTE: After applying the patch I got following errors in members/pay.pl:
    Global symbol "$writeoff_sth" requires explicit package name
    Global symbol "$add_writeoff_sth" requires explicit package name
    
    Added to lines at the begin of members/pay.pl:
    our $writeoff_sth;
    our $add_writeoff_sth;
    
    Now the patch worked as expected.
    
    However I am not quite sure if signing off is OK in this situation.
    
    Marc
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2c5b11620e5703810d94009eb992033231a40941
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Sep 13 10:37:56 2012 +0100

    bug 8768 correct an error in ItemType.t
    
    The second test in ItemType.t tests that an empty table
    returns no rows however as Mock::DBD has no resultset
    it fails with an error in DBI It requires that an
    empty resultset is defined in Mock::DBD first
    This patch adds that mocked empty table
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list