[koha-commits] main Koha release repository branch master updated. v18.11.00-925-g607eb83

Git repo owner gitmaster at git.koha-community.org
Mon Mar 25 13:31:23 CET 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, master has been updated
       via  607eb83bc06410d59aefb6907070865f9f272115 (commit)
       via  9bf2b27df5c0b403feea9f78962244d6cbf8a7c8 (commit)
       via  9acf69f7a690a78bd09af7afbb28e4b32c493903 (commit)
      from  b879e68326fcebc549d8c5688973b824c31fd761 (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 607eb83bc06410d59aefb6907070865f9f272115
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Mar 25 11:21:45 2019 +0000

    Bug 22565: (QA follow-up) Fix test Acquisition.t
    
    Test plan:
    prove t/db_dependent/Acquisition.t
    should pass
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9bf2b27df5c0b403feea9f78962244d6cbf8a7c8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 25 11:04:37 2019 +0000

    Bug 22565: Add test for ModReceiveOrder regression
    
    This test checks that order_internalnote is only updated for the given
    orderline in ModReceiveOrder.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9acf69f7a690a78bd09af7afbb28e4b32c493903
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 25 10:49:15 2019 +0000

    Bug 22565: Do NOT replace all internalnote's on receive
    
    Bug 21467 introduced a but whereby setting any order_internalnote on
    receive one would end up setting all orders to have that internalnote.
    
    This patch adds the missing WHERE clause to the database query which was
    likely lost during a rebase?
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm            |    8 ++++++--
 t/db_dependent/Acquisition.t |   13 +++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list