[koha-commits] updated branch master (5593a2816471b351a433081ebe292898219840cb)

Koha Gitosis gitosis at git.koha.org
Sun Aug 23 07:00:43 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  5593a2816471b351a433081ebe292898219840cb (commit)
       via  15fbaea348320f1b568581cfb4677f8d4d742b53 (commit)
       via  b59e0166125efdd381078ccf57ef7fd7b03b1cd4 (commit)
       via  223d1fa6e873a94c8960688e5031c34828551f1d (commit)
       via  80820af3f62df722b4c3e03595731b908f09791f (commit)
       via  9dec888d789b90a81c73759923b5539706210930 (commit)
       via  b00efc7295695e84d67bb5fc00257cd4ff1e81c6 (commit)
      from  b93b407f64143bb0f5ceb40db250f2e82e8c49f3 (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 5593a2816471b351a433081ebe292898219840cb
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 10:01:19 2009 -0400

    implement bailing out of AddReturn if IndependantBranches is on
    
    If IndependantBranches is ON and user attempts to return an
    item at a library other than the item's home library, bail out.
    This action, which was previously just a suggestion in the code,
    is now required to ensure that the item doesn't get its
    holdingbranch set to the library at which the attempt to return
    the item was made.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 15fbaea348320f1b568581cfb4677f8d4d742b53
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 09:53:56 2009 -0400

    bug 3409 followup - fix use of $hbr
    
    $hbr in this context is a branch code, not an
    item field.
    
    Also added use of C4::Debug;
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b59e0166125efdd381078ccf57ef7fd7b03b1cd4
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 09:51:50 2009 -0400

    AddReturn now always updates holdingbranch
    
    Prior to this patch, this was done only when returning
    an item after it had been out on loan.  Even if the
    item had not been on loan, the fact that it was checked
    in means that it is now in fact at the new holding library.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 223d1fa6e873a94c8960688e5031c34828551f1d
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 09:19:49 2009 -0400

    bug 3409 follow: fix crash if holdingbranch is undef
    
    Make _GetCircControlBranch() default to the item's home library
    in the case where it otherwise would have returned the item's
    holding library but that field is null.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 80820af3f62df722b4c3e03595731b908f09791f
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 09:03:11 2009 -0400

    bug 3409 followup: renamed _GetCirculationBranch
    
    New name is  _GetCircControlBranch so as not to confuse
    the library that a circulation transaction is taking
    place at with the library that is supposed to control
    circulation policy lookup.
    
    Also fixed formatting errors in _GetCircControlBranch.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 9dec888d789b90a81c73759923b5539706210930
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 08:53:39 2009 -0400

    bug 3409 followup: always set holdinglibrary to library last seen at
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b00efc7295695e84d67bb5fc00257cd4ff1e81c6
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Thu Aug 13 14:58:26 2009 +0200

    Bug fix 3409 : Adding an internal function to C4::Circulation
    
    This patch add the use of CircControl and HomeOrHoldingBranch for return and transfert rules.
    * ItemHomeLibrary goes to item{HomeOrHoldingBranch}
    * PatronLibrary goes to the borrower library
    * PickupLibrary depends where the items was checked out, and the actual library.
    
    This add a little improvment that does not re-request each time the circcontrol syspref.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

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


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list