[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-57-gd910cee

Git repo owner gitmaster at git.koha-community.org
Tue Oct 22 14:45:58 CEST 2013


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  d910cee85c30cd3981662fd8ae6483d3e4749e0e (commit)
       via  480841965e08a6cf5ddf7086cc9a210223cffecb (commit)
      from  cb75b239215714416c43282b573ae653e55e29a8 (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 d910cee85c30cd3981662fd8ae6483d3e4749e0e
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Aug 13 07:51:57 2013 -0400

    Bug 10403: Show inactive but unlocked budgets on orderreceive
    
    I have heard from several libraries that at the end of the budget
    year even though a budget is inactive for new acquisitions, an
    inactive budget should remain modifiable until the books are
    closed and the budget is marked inactive. This patch makes it so
    that all budgets that are unlocked are available on the order
    receipt page (only).
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 480841965e08a6cf5ddf7086cc9a210223cffecb
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Jun 8 13:27:36 2013 -0400

    Bug 10403: add ability to change fund on receipt
    
    Right now there is no way to change the budget or fund when receiving an
    item, which is annoying, particularly at the end of the fiscal year when
    every item not already received has to be switched to the following
    year's budget. This patch adds the ability to change the budget and fund
    when receiving.
    
    To test:
    1) Apply patch.
    2) Create an order for a vendor, choosing a fund to use for that order.
    3) Receive the order, leaving the fund unchanged. Make sure the fund
       did not change.
    4) Create another order for a vendor, choosing a fund to use for that
       order.
    5) Receive the order, this time changing the fund. Make sure the fund
       is changed.
    6) Run the unit test:
        > prove t/db_dependent/Acquisition.t
    7) Sign off.
    
    (Notes: this patch depends on the Acquisitions.t unit test improvements
    in bug 10274; the seemingly-unrelated change in SQLHelper quiets an
    irritating warning caused by the NewOrder call in ModReceiveOrder)
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |    5 +-
 C4/SQLHelper.pm                                    |    2 +-
 acqui/finishreceive.pl                             |    3 +-
 acqui/orderreceive.pl                              |   39 ++++++++++-
 .../prog/en/modules/acqui/orderreceive.tt          |   15 ++++-
 t/db_dependent/Acquisition.t                       |   70 +++++++++++++++++++-
 6 files changed, 126 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list