[koha-commits] main Koha release repository branch master updated. v19.11.00-244-g836079c

Git repo owner gitmaster at git.koha-community.org
Thu Jan 9 17:58:40 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, master has been updated
       via  836079c1002273f9c6ab2b1c6b1dc638aa062768 (commit)
       via  a2bd9e361a6ec1f489f5a51892dcaa63b7d7a9a5 (commit)
      from  8b6d1579b7fdd5e1210283a52f8da3411d0c1c87 (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 836079c1002273f9c6ab2b1c6b1dc638aa062768
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 17 15:58:21 2019 +0000

    Bug 24255: Add summation methods to Koha::Account::Lines
    
    This patch adds a number of summation methods to Koha::Account::Lines
    giving quick access to overall total, total credits and total debits.
    
    Test plan
    1) Run the included tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

    Bug 24257: Fix close of modal on 'Yes, print slip'
    
    When a item-transfer-modal is prompted by returns.tt and the option
    "Yes, print slip" is selected the transfer is not initiated and the
    modal does not disappear.
    
    The print_slip hidden input must be in the same form as the
    submit/button .print, otherwise the browser logs
      this.form.print_slip is undefined
    
    Test plan:
    1. set AutomaticItemReturn to "don't"
    2. Check out an item and attempt to check it in at a branch it doesn't
    belong to.
    3. When the popup modal appears select 'Yes, print slip'.
    => Observe that the transfer does initiate and the modal closes
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Account/Lines.pm                              |   88 +++++++-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    9 +-
 t/db_dependent/Koha/Account/Lines.t                |  230 +++++++++++++++++++-
 3 files changed, 320 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list