[koha-commits] main Koha release repository branch master updated. v19.05.00-461-gd48c249

Git repo owner gitmaster at git.koha-community.org
Thu Aug 8 16:52:18 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, master has been updated
       via  d48c2496514ef9ee3db67aa8d1785dfcd7fb7e68 (commit)
       via  fb021cbfe452e710da79bcc8f328b07b413f0aea (commit)
       via  e6b768bea43600e75bb0352c8d1068527d0d1a05 (commit)
       via  1bc1642b945e8565d62f636155c2dc2a64e2c7ef (commit)
      from  d952abd83758fe115269914fad78ae99c8006f9e (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 d48c2496514ef9ee3db67aa8d1785dfcd7fb7e68
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 8 15:30:14 2019 +0100

    Bug 23228: DBRev 19.06.00.019
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fb021cbfe452e710da79bcc8f328b07b413f0aea
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 8 15:13:33 2019 +0100

    Bug 23228: (QA follow-up) Add required filters
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e6b768bea43600e75bb0352c8d1068527d0d1a05
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 8 14:57:25 2019 +0100

    Bug 23228: (QA follow-up) Fix the DB update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1bc1642b945e8565d62f636155c2dc2a64e2c7ef
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 27 12:12:46 2019 -0400

    Bug 23228: Add option to automatically display payment receipt for printing after making a payment
    
    Some libraries would like an auto-popup after making a payment so librarians don't have
    to navigate to the accounts page, locate the new payment, then click the print button.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Make a payment, note no difference in behavior
    4) Enable the new syspref FinePaymentAutoPopup
    5) Make a payment, note the popup for the payment receipt
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    Rescued-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   19 ++++++++++++++++
 .../en/modules/admin/preferences/circulation.pref  |    6 +++++
 .../prog/en/modules/members/boraccount.tt          |    4 ++++
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    6 ++++-
 .../prog/en/modules/members/paycollect.tt          |    4 ++++
 members/boraccount.pl                              |    4 +++-
 members/pay.pl                                     |    5 ++++-
 members/paycollect.pl                              |   23 +++++++++++---------
 10 files changed, 60 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list