[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-77-gc0c0303

Git repo owner gitmaster at git.koha-community.org
Thu May 16 03:31:30 CEST 2019


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, 18.05.x has been updated
       via  c0c0303fcc76788fd55d2fc5319dde9ccda008f1 (commit)
      from  a2d45b1cb4a65ba29f3047fa34ae75fad3a4144b (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 c0c0303fcc76788fd55d2fc5319dde9ccda008f1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 24 00:09:44 2019 -0400

    Bug 22762: Fix items.collection display on receiving
    
    Caused by
      commit 31c29fd31f557306233e6a2936148a5bb10b89a1
      Bug 21206: Replace C4::Items::GetItem
    
    The log says: The method Koha::Item->collection is not covered by tests!
    
    It has highlighted an older problem:
    Since
      commit bb1e9c500c810402c64436c53bcc00ffb9a0b857
      Bug 17248 - Koha::AuthorisedValues - Remove GetKohaAuthorisedValueLib
    the "Collection code" is not filled correctly (items.collection vs items.ccode).
    
    Test plan:
    - Set acqcreateitem to "when placing an order"
    - Receive an order with items
    => The "Collection code" column must be filled with the items.ccode value
    - Edit an item
    - Change the collection code value
    => The "Collection code" column must be filled with the new value
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 49c99ced88af8d9d17d433c69322b862d30aee8a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 acqui/orderreceive.pl     |    2 +-
 catalogue/getitem-ajax.pl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list