[koha-commits] main Koha release repository branch master updated. v19.05.00-389-gb5e03a8

Git repo owner gitmaster at git.koha-community.org
Fri Jul 26 12:40:06 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  b5e03a8e2bef33a405d3bcaf88c4abd3a019c3c9 (commit)
       via  68f128939b940f167fc14c3060a52da16b13a253 (commit)
       via  be4c4f8040ba9485f1cc72937ae77027568c0779 (commit)
       via  95b6f56026c0381ffdd49a25bba9b5c170e141dc (commit)
       via  f79da166ae7f910648266b98d89f19f4307d10ea (commit)
      from  b5588958981a24c25536afff0b2091506bf7f92b (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 b5e03a8e2bef33a405d3bcaf88c4abd3a019c3c9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 25 16:47:42 2019 +0000

    Bug 23206: Batch patron modification from reports which return cardnumber
    
    This patch adds an option to submit patron card numbers from report
    results to the batch patron modification tool.
    
    As with a report which returns biblionumbers or itemnumbers, a button
    appears at the top of report results which triggers a menu of batch
    operation options.
    
    To test, apply the patch and create a report which includes patron card
    number in the results.
    
     - Run the report and confirm that under the "Batch operations" button
       a batch patron modification menu item appears.
       - Confirm that selecting this option sends the correct patrons to the
         batch patron modification tool.
     - Test also with a report which returns both patron cardnumber and
       biblionumber or itemnumber.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: George <george at nekls.org>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 68f128939b940f167fc14c3060a52da16b13a253
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Thu Jul 25 17:50:57 2019 +0000

    Bug 23363: (QA follow-up) Fix indentation
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit be4c4f8040ba9485f1cc72937ae77027568c0779
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Jul 23 10:22:20 2019 -0500

    Bug 23363: Fix Internal Server Error when clicking on shipment cost invoice link
    
    To test:
    
    On the fund detail page, have some shipment costs associated with a fund
    
    an example would be cgi-bin/koha/acqui/spent.pl?fund=<your fund>&fund_code=<your
    code>
    
    Click the link for the fund, without this patch it will give an internal
    server error.
    
    With this patch, the shipment invoice will be loaded.
    Signed-off-by: Jason DeShaw <JDeShaw at fargolibrary.org>
    Signed-off-by: Laurel Moran <lmoran at sdlawlibrary.org>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 95b6f56026c0381ffdd49a25bba9b5c170e141dc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 28 11:04:21 2019 -0400

    Bug 23229: (QA follow-up) Fix indentation
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f79da166ae7f910648266b98d89f19f4307d10ea
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Fri Jun 28 10:24:32 2019 +0100

    Bug 23229: Only load ILL table JS when needed
    
    This patch prevents the JS associated with the ILL table from loading
    unless we're actually displaying the table. This has the knock on effect
    of not causing the "get all ILL requests" API request to fire when
    loading any ILL page.
    
    Test plan:
    
    - Go to "ILL requests" page
    - TEST: Observe that the table loads all ILL requests
    - Go to the "New ILL request" page for any installed backend
    - TEST: Check the browser dev tools "Network" panel, observe that the
    /api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners
    request is not made.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 acqui/spent.pl                                       |    3 ++-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt     |    2 +-
 .../prog/en/modules/ill/ill-requests.tt              |    6 ++++--
 .../prog/en/modules/reports/guided_reports_start.tt  |   18 +++++++++++++++++-
 4 files changed, 24 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list