[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-71-g5c5afa4ffb

Git repo owner gitmaster at git.koha-community.org
Thu Feb 13 18:16:42 CET 2020


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, 19.05.x has been updated
       via  5c5afa4ffb0eb86face5692eec7a39bbd7cc3a6d (commit)
       via  12cb3fe1f245e5316ee4c024dfcf7d57dfda2f5c (commit)
      from  2d8a3ae0fb82cedae92945efa02f8547d33ba3ea (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 5c5afa4ffb0eb86face5692eec7a39bbd7cc3a6d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 18:10:15 2019 +0100

    Bug 17667: Do not modify quantity of the original standing order when a receipt is cancelled
    
    When cancelling a receipt, the quantity of the original order is
    increased.
    
    Test plan:
    Create a basket, mark is as "standing orders"
    Create an order
    receive it
    cancel the receipt
    => Without this patch the quantity of the original order is 2
    => With this patch applied the quantity it always 1
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 31832c35e3bfe71a58dce9359319cba9a6eaa159)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 12cb3fe1f245e5316ee4c024dfcf7d57dfda2f5c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 18:10:07 2019 +0100

    Bug 17667: Add tests
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5f918d4118e2e617ed32ebdb4732b9d4bbae08b4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm                           | 84 +++++++++++++++--------------
 t/db_dependent/Acquisition/StandingOrders.t |  7 ++-
 2 files changed, 49 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list