[koha-commits] main Koha release repository branch master updated. v19.05.00-1366-g5b694fe

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 10:42:17 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  5b694fea9a00db7470d0942195ec4d131ee16928 (commit)
       via  4d2f7668665f9fafc945be93cda71eab333029f9 (commit)
      from  04fab26ccc25d70a3b94b3bd2ceea22752b8714e (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 5b694fea9a00db7470d0942195ec4d131ee16928
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 25 11:53:45 2019 +0100

    Bug 23927: Do not copy invoiceid for a new duplicated order
    
    When an order is created from an existing one (duplication), then the
    invoice should be set to null instead of retrieved.
    
    Test plan:
    - receive an order
    - in a new basket, add an order "From exisitions orders (copy)"
    - search your received order
    - duplicate
    - go to the bibliographic record "Acquisition details" tab
    => Without this patch you will see that the invoice is the same for the
    two orders
    => With this patch the invoice for the new order is not set
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4d2f7668665f9fafc945be93cda71eab333029f9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 25 11:53:00 2019 +0100

    Bug 23927: Add tests
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Acquisition/Order.pm               |    1 +
 t/db_dependent/Koha/Acquisition/Order.t |    9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list