[koha-commits] updated branch master (898c269150d32d21b6794db8b971128138aef2e9)

Koha Gitosis gitosis at git.koha.org
Wed Aug 12 18:34:26 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  898c269150d32d21b6794db8b971128138aef2e9 (commit)
       via  13bef6756e9a5fd95beba6efeb7c1d023238f5a7 (commit)
      from  11a1c687fd29e2b7eeed358e7c3467f90543d20a (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 898c269150d32d21b6794db8b971128138aef2e9
Author: James Winter <winterj at arcadia.edu>
Date:   Wed Aug 12 11:07:54 2009 -0400

    (Bug 3527) Removed unnecessary WHERE from UPDATE statement
    
    The WHERE in this statement selected a bunch of different accounttypes, mostly legacy items.
    But for sub writeoff to be called in the first place, it must have been an account with a
    positive amountoustanding already, and we have the borrowernumber and accountnumber, so this
    WHERE was un-needed, and prevented writeoff of locally-defined manual invoice types.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 13bef6756e9a5fd95beba6efeb7c1d023238f5a7
Author: James Winter <winterj at arcadia.edu>
Date:   Wed Aug 12 11:24:30 2009 -0400

    Modified write in fines.pl to silence message unless verbose is set.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 members/pay.pl         |    2 +-
 misc/cronjobs/fines.pl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list