[koha-commits] main Koha release repository branch master updated. v17.05.00-220-g94513d0

Git repo owner gitmaster at git.koha-community.org
Mon Jul 10 19:54:57 CEST 2017


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  94513d0739757f0c5db4b7d1040aaae40622a60e (commit)
       via  9cad748de79f6b11026e3a112c2dd3dbc6c0cfc8 (commit)
       via  1b2435cb4a56c125022da6fabbff99cdc0473b66 (commit)
       via  2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6 (commit)
       via  06c53f21dbf6258451999358e4f4fd59d3315111 (commit)
       via  fa48e204f21e72c82b557b1ac9e4ba5859b7226e (commit)
       via  c73e269a13f64fe016dc90941280c9d2e9cfb02c (commit)
       via  0c14a76049061a581c508a8abe032bbb7844fabe (commit)
       via  98aaa69d38eda8bf9beee3ac8dd8e5d60443eb3f (commit)
       via  ed03edddbdb6846588ff42e967b44c190cdb019b (commit)
       via  2c9aeb9b0f4449d1a25274b8fbf8dae4ec11d3bf (commit)
       via  fa467223eaedc2a6a09f0796ae57463de573d832 (commit)
       via  eed1447a63b9e3d80fcb8171b5d2bfde3994e554 (commit)
       via  f4ded893c56a89a24dd8ed0192350044093386bf (commit)
       via  b977e9ec241d9f5865e5882f60518e90076b5a29 (commit)
       via  08e8a6f1ec66c93f8194bc747625f12272796129 (commit)
       via  05b0956957cffd0851ea38e3f4ba9597f9178d55 (commit)
       via  9e54375398965829f1d5c2e679b9529cb9c86311 (commit)
       via  9ed00ad6dc9d08542b29b8e7592e6081189482f5 (commit)
       via  6eade474ed3a84a5ba372a26ac27bf9fb4bd2299 (commit)
       via  1544f9a5d4a8acd47c97d7c6ac55dee8e759d3ff (commit)
       via  b2e305b10b3ee0545799c2f752b4483cb3373970 (commit)
       via  dadfeabc379ffeb417aad28e544fbdcc292d2755 (commit)
       via  b8d188caa9370a435690882f93cf6850e39c7fb2 (commit)
       via  89c7d328fdeaea96adca3d9a179ad26695dbc292 (commit)
       via  bcfa31a8e37f88ab07c1e7ed954ab57684d0dcfa (commit)
       via  8599d5b675072977dec4a78831017cd395e96cfe (commit)
       via  fa592a9685a5f072b20ef16c3f3fbcd2fa6e36b2 (commit)
       via  ff100eb77362781ce901066818baa03b4ff1f7eb (commit)
       via  546379cc92b733cb29a0b70247a72c770afdad26 (commit)
      from  d9c8eea442bbe4e30be172d547e519dcd781341d (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 94513d0739757f0c5db4b7d1040aaae40622a60e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 10 14:18:12 2017 -0300

    Bug 17829: Update CanUserManageBasket to fix tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9cad748de79f6b11026e3a112c2dd3dbc6c0cfc8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 10 11:54:05 2017 -0300

    Bug 17829: (followup) Fix small rebasing errors
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1b2435cb4a56c125022da6fabbff99cdc0473b66
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 5 14:05:07 2017 -0300

    Bug 17829: followup for request.pl
    
    This script is really ugly and need to be rewritten completely to
    separate the different action.
    $patron is not always defined, we need to take it into account.
    Note that this patch is mainly indentation changes.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 29 14:24:03 2016 +0100

    Bug 17829: Move GetMember to Koha::Patron
    
    GetMember returned a patron given a borrowernumber, cardnumber or
    userid.
    All of these 3 attributes are defined as a unique key at the DB level
    and so we can use Koha::Patrons->find to replace this subroutine.
    Additionaly GetMember set category_type and description.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 06c53f21dbf6258451999358e4f4fd59d3315111
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 7 10:42:55 2017 +0200

    Bug 18260: [QA Follow-up] Always something left?
    
    Remove second Koha::Biblios->find in imageviewer.pl
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fa48e204f21e72c82b557b1ac9e4ba5859b7226e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 5 16:26:37 2017 -0300

    Bug 18260: Handle nonexistent biblionumber in imageviewer.pl
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c73e269a13f64fe016dc90941280c9d2e9cfb02c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 13 16:43:40 2017 -0300

    Bug 18260: Koha::Biblio - Remove GetBiblio
    
    C4::Biblio::GetBiblio can be replaced with Koha Biblio->find
    
    Test plan:
    Import batch, view issue history, search for items, see the image of a
    bibliographic record, modify and delete records in a batch
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0c14a76049061a581c508a8abe032bbb7844fabe
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 7 09:55:54 2017 +0200

    Bug 18277: [QA Follow-up] Additional polishing
    
    Fix POD error in Biblio.pm, as reported by qa tools:
        Apparent command =cut not preceded by blank line
    
    Resolve crash in t/db_dependent/Items/DelItem.t:
      Can't call method "biblio" on an undefined value at C4/Items.pm line 669.
    
    Add find test in tools/batchMod.pl. Increase readability of map statement.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 98aaa69d38eda8bf9beee3ac8dd8e5d60443eb3f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 12:42:33 2017 -0300

    Bug 18277: Remove the C4::Biblio::GetBiblionumberFromItemnumber
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ed03edddbdb6846588ff42e967b44c190cdb019b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 12:39:01 2017 -0300

    Bug 18277: Remove GetBiblionumberFromItemnumber - create_analytical_rel.pl
    
    I have no idea how to test this patch, see bug 5528, or simply read the
    code.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2c9aeb9b0f4449d1a25274b8fbf8dae4ec11d3bf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 12:30:53 2017 -0300

    Bug 18277: Remove GetBiblionumberFromItemnumber - linkitem
    
    Test plan:
    Enable EasyAnalyticalRecords and link an item to another one (Edit >
    link to host item)
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fa467223eaedc2a6a09f0796ae57463de573d832
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 12:28:13 2017 -0300

    Bug 18277: Remove GetBiblionumberFromItemnumber - Easy ones
    
    To retrieve a biblionumber from an itemnumber, we can use:
      Koha::Item->biblio->biblionumber
    
    This is only what this patchset does.
    Doing that we will be able to get rid of the
    C4::Biblio::GetBiblionumberFromItemnumber subroutine.
    
    Test plan:
    - Acquisition module: cancel a receipt
    - Export a record to CSV
    - Modify items in a batch
    
    Item's info should be correct
    
    Other changes with be checked by QA team, by reading the code.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit eed1447a63b9e3d80fcb8171b5d2bfde3994e554
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 10 12:54:35 2017 -0300

    Bug 18276: (follow-up) Remove GetBiblioFromItemNumber - Easy ones
    
    - Item does not have a title attribute, it comes from biblio
    - There is an additional call to effective_itemtype done on AddReturn,
    so we need to catch both warnings
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f4ded893c56a89a24dd8ed0192350044093386bf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 7 09:04:21 2017 +0200

    Bug 18276: [QA Follow-up] Fix two new calls
    
    Found two calls in opac-issue-note.pl and svc/patron_notes.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b977e9ec241d9f5865e5882f60518e90076b5a29
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 5 14:53:57 2017 -0300

    Bug 18276: barcode may be nonexistent when checking out/in
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 08e8a6f1ec66c93f8194bc747625f12272796129
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 30 10:58:28 2017 +0200

    Bug 18276: [QA Follow-up] Two newlines to make qa tools happy
    
    FAIL pod Apparent command =cut not preceded by blank line in file misc/cronjobs/advance_notices.pl
    FAIL pod Apparent command =cut not preceded by blank line in file C4/SIP/ILS/Item.pm
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 05b0956957cffd0851ea38e3f4ba9597f9178d55
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 5 10:11:02 2017 -0300

    Bug 18276: (follow-up) Remove GetBiblioFromItemNumber - ILSDI
    
    Take into account biblio level holds
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9e54375398965829f1d5c2e679b9529cb9c86311
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 20 12:49:51 2017 -0300

    Bug 18276: FIX status display for course reserves
    
    This include file is terribly wrong, it's called from different places
    that do not set the same flag.
    The status from detail and result page might be different from the one
    display on the course reserve table.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9ed00ad6dc9d08542b29b8e7592e6081189482f5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 12:21:16 2017 -0300

    Bug 18276: Remove the C4::Biblio::GetBiblioFromItemNumber subroutine
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6eade474ed3a84a5ba372a26ac27bf9fb4bd2299
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 16:02:38 2017 -0300

    Bug 18276: Remove GetBiblioFromItemNumber - Easy ones
    
    The subroutine C4::Biblio::GetBiblioFromItemNumber was wrong for several
    reasons:
    - badly named, we can get biblio info from a barcode
    - SELECT * from items, biblio and biblioitems
    makes things hard to follow and debug, we never know where do come from
    the value we display
    - sometimes called only for trivial information such as biblionumber,
    author or title
    
    This patchset suggests to replace it with calls to:
    - Koha::Items->find for item's info
    - $item->biblio for biblio's info
    - $item->biblio->biblioitem for biblioitem's info
    
    Test plan:
    Item's info should correctly be displayed on the following pages:
    - circulation history
    - transfer book
    - checkin
    - waiting holds
    
    QA will check the other changes reading the code, it's trivial
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1544f9a5d4a8acd47c97d7c6ac55dee8e759d3ff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 16:02:31 2017 -0300

    Bug 18276: Remove GetBiblioFromItemNumber - circulation pages
    
    Test plan:
    1. Checkout items in a batch
    The information displayed should be ok (title, subtitles, author,
    itemnotes, barcode)
    2. Checkout an item using the standard checkout page
    You should correctly see the information of the item that has been
    checked out (title and author)
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b2e305b10b3ee0545799c2f752b4483cb3373970
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 10:41:29 2017 -0300

    Bug 18276: Remove GetBiblioFromItemNumber - ILSDI
    
    Test plan:
    Hit /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=51&show_holds=1
    The results should be the same before and after this patch
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dadfeabc379ffeb417aad28e544fbdcc292d2755
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 10:15:30 2017 -0300

    Bug 18276: Remove GetBiblioFromItemNumber - Course reserves
    
    Values from the items, biblio and biblioitems tables are used in the template,
    so we need to pass all of them to the template, but separately.
    That way we easily see which field from which table we are displaying.
    
    Test plan:
    Create a course reserve and add items.
    Correct information must be displayed on the detail page of the course
    reserve, on staff and OPAC interface.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b8d188caa9370a435690882f93cf6850e39c7fb2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 7 16:53:09 2017 -0300

    Bug 17680: Remove Koha::Upload use incorrectly added
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 89c7d328fdeaea96adca3d9a179ad26695dbc292
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 5 17:11:24 2017 -0300

    Bug 17680: Fix conflict with bug 18651
    
    $issue is now a Koha::Checkout, not a hashref
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bcfa31a8e37f88ab07c1e7ed954ab57684d0dcfa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 15 12:18:49 2017 -0300

    Bug 17680: Add few tests for AddReturn when overdue
    
    To make sure the last patch fixes the issue
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8599d5b675072977dec4a78831017cd395e96cfe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 14 10:48:29 2017 -0300

    Bug 17680: Fix regression - is_overdue must be called
    
    is_overdue must be called even if there is not dropbox date (!)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fa592a9685a5f072b20ef16c3f3fbcd2fa6e36b2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 25 13:53:03 2016 +0100

    Bug 17680: C4::Circulation - Remove GetItemIssue, complex calls
    
    There are a few calls to GetItemIssue where it's not as easy to make
    sure everything will be fine just replacing the calls with a
    Koha::Issues->find
    - In AddReturn the overdue flag is used (that's why this patch depends
    on bug 17689)
    - In CanBookBeRenewed, as well as the overdue flag the dates converted
    to DateTime were used. It's now our job to convert them when we need
    them.
    - Same in AddRenewal but we also call _CalculateAndUpdateFine, so we
    need to update the variables in this subroutine.
    
    Note that, prior to this patch, AddReturn returned the GetItemIssue
    hashref in the $iteminformation. Most of the time this variable is not
    used, I have found only 1 place where it's used: circ/returns.pl
    TODO: In this script we should call ->is_overdue instead of the
    DateTime->compare calls
    
    Test plan:
    All the circulation tests must pass (it's how I have caught the specific
    cases).
    Do some checkins/checkouts/renewal and focus on the due date
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ff100eb77362781ce901066818baa03b4ff1f7eb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 25 14:00:34 2016 +0100

    Bug 17680: C4::Circulation - Remove GetItemIssue
    
    This patch simply removes the C4::Circulation::GetItemIssue subroutine
    
    Test plan:
    At this point, `git grep GetItemIssue` should not return any occurrence
    in the codebase
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 546379cc92b733cb29a0b70247a72c770afdad26
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 25 12:02:01 2016 +0000

    Bug 17680: C4::Circulation - Remove GetItemIssue, simple calls
    
    C4::Circulation::GetItemIssue returned all the issue and item
    informations for a given issue. Moveover it also did some date
    manipulations. Most of the time this subroutine was called, there
    additional information were useless as the caller usually just needed
    the basic issue's infos 'from the issue table).
    
    This first patch updates the simple calls, ie. the ones that just need
    the issue's infomations.
    
    Test plan:
    The following operations should success:
    - transfer a book
    - create a rule for on-site checkouts and confirm that a patron cannot
    check more items out that it's defined in the rule.
    - Renew an issue using ILSDI
    - Using SIP confirm that you are able to see your issues
    
    Followed test plan, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Acquisition.pm                                  |   31 +-
 C4/Auth.pm                                         |    7 +-
 C4/Biblio.pm                                       |   77 +---
 C4/Budgets.pm                                      |    5 +-
 C4/Circulation.pm                                  |  413 +++++++++-----------
 C4/CourseReserves.pm                               |    8 +-
 C4/HoldsQueue.pm                                   |   11 +-
 C4/ILSDI/Services.pm                               |  106 ++---
 C4/ImportBatch.pm                                  |    8 +-
 C4/Items.pm                                        |    3 +-
 C4/Letters.pm                                      |   30 +-
 C4/Members.pm                                      |   77 +---
 C4/Record.pm                                       |    4 +-
 C4/Reserves.pm                                     |   35 +-
 C4/SIP/ILS/Item.pm                                 |   64 ++-
 C4/SIP/ILS/Patron.pm                               |   10 +-
 C4/SIP/ILS/Transaction.pm                          |    8 +-
 C4/SIP/ILS/Transaction/Hold.pm                     |   40 +-
 C4/SIP/ILS/Transaction/Renew.pm                    |    6 +-
 C4/SIP/ILS/Transaction/RenewAll.pm                 |    4 +-
 C4/Serials.pm                                      |    8 +-
 Koha/REST/V1/Hold.pm                               |   15 +-
 acqui/acqui-home.pl                                |   12 +-
 acqui/addorderiso2709.pl                           |   10 +-
 acqui/basket.pl                                    |   12 +-
 acqui/basketgroup.pl                               |    8 +-
 acqui/booksellers.pl                               |   14 +-
 acqui/neworderbiblio.pl                            |    6 +-
 acqui/neworderempty.pl                             |   11 +-
 acqui/orderreceive.pl                              |   11 +-
 acqui/transferorder.pl                             |    5 +-
 admin/aqbudgets.pl                                 |   15 +-
 catalogue/ISBDdetail.pl                            |   10 +-
 catalogue/MARCdetail.pl                            |   10 +-
 catalogue/detail.pl                                |   18 +-
 catalogue/imageviewer.pl                           |   21 +-
 catalogue/issuehistory.pl                          |   13 +-
 catalogue/itemsearch.pl                            |    3 +-
 catalogue/labeledMARCdetail.pl                     |   10 +-
 catalogue/moredetail.pl                            |   15 +-
 catalogue/search.pl                                |   12 +-
 cataloguing/additem.pl                             |    7 +-
 cataloguing/linkitem.pl                            |   69 ++--
 cataloguing/moveitem.pl                            |   24 +-
 circ/branchtransfers.pl                            |   59 +--
 circ/circulation.pl                                |  104 +++--
 circ/returns.pl                                    |  253 ++++++------
 circ/transferstoreceive.pl                         |   41 +-
 circ/waitingreserves.pl                            |   49 +--
 course_reserves/add_items.pl                       |    7 +-
 .../prog/en/modules/catalogue/issuehistory.tt      |   10 +-
 .../prog/en/modules/cataloguing/linkitem.tt        |    1 -
 .../prog/en/modules/cataloguing/moveitem.tt        |    8 +-
 .../prog/en/modules/circ/circulation.tt            |    2 +-
 .../en/modules/circ/circulation_batch_checkouts.tt |    2 +-
 .../en/modules/course_reserves/add_items-step2.tt  |    4 +-
 .../en/modules/course_reserves/course-details.tt   |   10 +-
 .../bootstrap/en/includes/item-status.inc          |   19 +-
 .../bootstrap/en/modules/opac-course-details.tt    |    8 +-
 members/boraccount.pl                              |   18 +-
 members/deletemem.pl                               |   54 +--
 members/discharge.pl                               |   49 ++-
 members/files.pl                                   |   16 +-
 members/housebound.pl                              |    2 +-
 members/mancredit.pl                               |   18 +-
 members/maninvoice.pl                              |   20 +-
 members/member-flags.pl                            |   89 +++--
 members/member-password.pl                         |   19 +-
 members/member.pl                                  |   11 +-
 members/memberentry.pl                             |   14 +-
 members/moremember.pl                              |   21 +-
 members/notices.pl                                 |   11 +-
 members/pay.pl                                     |    7 +-
 members/paycollect.pl                              |    7 +-
 members/printfeercpt.pl                            |   12 +-
 members/printinvoice.pl                            |   12 +-
 members/purchase-suggestions.pl                    |   17 +-
 members/readingrec.pl                              |   15 +-
 members/routing-lists.pl                           |   29 +-
 members/statistics.pl                              |   14 +-
 members/summary-print.pl                           |    7 +-
 members/update-child.pl                            |    4 +-
 misc/cronjobs/advance_notices.pl                   |   15 +-
 misc/cronjobs/notice_unprocessed_suggestions.pl    |   20 +-
 misc/export_borrowers.pl                           |   17 +-
 misc/load_testing/benchmark_staff.pl               |    4 +-
 misc/migration_tools/create_analytical_rel.pl      |   57 ++-
 offline_circ/enqueue_koc.pl                        |   12 +-
 offline_circ/list.pl                               |   18 +-
 offline_circ/process_koc.pl                        |   82 ++--
 opac/opac-ISBDdetail.pl                            |    6 +-
 opac/opac-MARCdetail.pl                            |    5 +-
 opac/opac-account-pay-paypal-return.pl             |    5 +-
 opac/opac-account.pl                               |   10 +-
 opac/opac-detail.pl                                |   23 +-
 opac/opac-discharge.pl                             |    6 +-
 opac/opac-imageviewer.pl                           |    4 +-
 opac/opac-issue-note.pl                            |    8 +-
 opac/opac-memberentry.pl                           |   23 +-
 opac/opac-messaging.pl                             |    5 +-
 opac/opac-passwd.pl                                |   13 +-
 opac/opac-readingrecord.pl                         |    4 +-
 opac/opac-registration-verify.pl                   |    5 +-
 opac/opac-renew.pl                                 |    3 +-
 opac/opac-reserve.pl                               |   40 +-
 opac/opac-sendbasket.pl                            |    9 +-
 opac/opac-sendshelf.pl                             |    7 +-
 opac/opac-shelves.pl                               |   11 +-
 opac/opac-showreviews.pl                           |    4 +-
 opac/opac-suggestions.pl                           |    8 +-
 opac/opac-user.pl                                  |    2 +-
 opac/sco/sco-main.pl                               |    8 +-
 opac/svc/patron_notes                              |    4 +-
 patroncards/create-pdf.pl                          |    4 +-
 patroncards/edit-batch.pl                          |    5 +-
 reports/orders_by_fund.pl                          |    6 +-
 reserve/placerequest.pl                            |    6 +-
 reserve/request.pl                                 |  187 ++++-----
 reviews/reviewswaiting.pl                          |    8 +-
 serials/routing-preview.pl                         |    3 +-
 serials/routing.pl                                 |    3 +-
 serials/subscription-history.pl                    |    5 +-
 suggestion/suggestion.pl                           |   22 +-
 svc/members/search                                 |    5 +-
 t/db_dependent/Acquisition.t                       |    8 +-
 t/db_dependent/Acquisition/OrderUsers.t            |    2 -
 t/db_dependent/Circulation.t                       |  107 ++++-
 t/db_dependent/Circulation/Branch.t                |    1 -
 t/db_dependent/Circulation/CheckIfIssuedToPatron.t |    5 +-
 .../Circulation/GetPendingOnSiteCheckouts.t        |    4 +-
 t/db_dependent/Circulation/GetTopIssues.t          |    3 +-
 t/db_dependent/Circulation/IsItemIssued.t          |    3 +-
 .../Circulation/IssuingRules/maxsuspensiondays.t   |    4 +-
 t/db_dependent/Circulation/Returns.t               |    8 +-
 t/db_dependent/Circulation/SwitchOnSiteCheckouts.t |    7 +-
 t/db_dependent/Circulation/issue.t                 |   31 +-
 t/db_dependent/Holds/RevertWaitingStatus.t         |    4 +-
 t/db_dependent/Koha/Patrons.t                      |    2 +-
 t/db_dependent/Members.t                           |   37 +-
 t/db_dependent/Members/GetAllIssues.t              |    5 +-
 t/db_dependent/Members/GetOverdues.t               |    3 +-
 t/db_dependent/Members/GetPendingIssues.t          |    5 +-
 t/db_dependent/Members/IssueSlip.t                 |    3 +-
 t/db_dependent/Patron/Borrower_Debarments.t        |    3 +-
 t/db_dependent/Patron/Borrower_Discharge.t         |    2 +-
 t/db_dependent/Patron/Borrower_PrevCheckout.t      |   13 +-
 t/db_dependent/Reserves.t                          |    3 +-
 t/db_dependent/Utils/Datatables_Members.t          |   15 +
 t/db_dependent/rollingloans.t                      |    7 +-
 tools/batchMod.pl                                  |   14 +-
 tools/batch_record_modification.pl                 |    4 +-
 tools/import_borrowers.pl                          |    4 +-
 tools/modborrowers.pl                              |    3 +-
 tools/picture-upload.pl                            |    1 -
 tools/viewlog.pl                                   |   26 +-
 virtualshelves/shelves.pl                          |    8 +-
 156 files changed, 1688 insertions(+), 1678 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list