[koha-commits] main Koha release repository branch master updated. v19.05.00-1210-gc4466e7

Git repo owner gitmaster at git.koha-community.org
Mon Nov 4 16:47:39 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  c4466e7d714d32808ee2e553320431005ec7cc69 (commit)
       via  88db3b587e319f97f47e6699c1af1ac2acd0ae6d (commit)
       via  323c57bf53dc929230b1c07645879636eb8f2077 (commit)
      from  35670b0495e0333f57773b0375ea7aa1122d5372 (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 c4466e7d714d32808ee2e553320431005ec7cc69
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 21 08:51:15 2019 -0400

    Bug 23181: Unable to use payment library in ACCOUNT_PAYMENT or ACCOUNT_WRITEOFF notices
    
    Do to a simple semantic typo, the branches key will always be null for the tables key of the parameters for GetPreparedLetter.
    
    Test Plan:
    0) Activate UseEmailReceipts
    1) Attempt to use [% branch.branchname %] in the ACCOUNT_PAYMENT notice
    2) Note it produces no output
    3) Apply this patch
    4) Make another payment
    5) You should now see the branche's name!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Also requires UseEmailReceipts to be activated.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 88db3b587e319f97f47e6699c1af1ac2acd0ae6d
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Sat Nov 2 01:05:06 2019 +0000

    Bug 23181: Extend unit tests
    
    Run t/db_dependent/Accounts.t
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 323c57bf53dc929230b1c07645879636eb8f2077
Author: Jon Knight <j.p.knight at lboro.ac.uk>
Date:   Wed Aug 21 15:14:19 2019 +0100

    Bug 23429: ilsdi.pl GetRecords documentation does not match output
    
    Updated contents of Describe for GetRecords to match current behaviour.
    
    To test, ensure ILSDI is configured and then compare the output of:
    
    http://yourserver/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetRecords
    
    before and after applying the patch. Note that afterwards it includes
    things like <onloan> and has removed elements such as <date_due> that no
    longer get returned.
    
    https://bugs.koha-community.org/show_bug.cgi?id=23429
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Account.pm                                   |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt |   37 ++++++++++++---------
 t/db_dependent/Accounts.t                         |   12 +++----
 3 files changed, 29 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list