[koha-commits] main Koha release repository branch master updated. v3.18.00-304-g2df5417

Git repo owner gitmaster at git.koha-community.org
Tue Feb 10 12:43:56 CET 2015


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  2df541712fd691ee817568ed9d14e94bba13424e (commit)
      from  8f690a135edf531ee3576bc1fb4fa81b0d954477 (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 2df541712fd691ee817568ed9d14e94bba13424e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Feb 6 16:19:14 2015 +0100

    Bug 13675: Do not set aqorders.budget_id to NULL
    
    C4::Acquisition::ModReceiveOrder updates the aqorders with
    budget_id=NULL if no budget_id given in parameter.
    Actually the same budget_id should be used.
    In tests (especially t/db_dependent/Acquisition/TransferOrder.t),
    ModReceiveOrder is not called with a budget_id param and set to NULL the
    budget_id value.
    
    test plan:
      prove t/db_dependent/Acquisition/TransferOrder.t
    should return green
    
    Note that this bug should not appear using the interface.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    The fix makes sense, and running
     $ prove t/db_dependent/Acq*
    returns all green. koha-qa.pl also likes it.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list