[koha-commits] main Koha release repository branch master updated. v19.11.00-381-g94ba314d58

Git repo owner gitmaster at git.koha-community.org
Mon Jan 20 15:29:58 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  94ba314d58fdc1076387822456055ec522771ef0 (commit)
       via  3b3179a2145224d2f90a23dbe1d4d65df73f0279 (commit)
       via  e6e039c7c7f419717ad1817352fd3d8bee70784a (commit)
       via  f4949a649c68a0e0f6bd7b4af18668abb72fbc32 (commit)
       via  0d103621ada02496c1aa2ee4e6300b683b5a105f (commit)
       via  2dbce72a07a5bdb664cc0faa4f989d97029a1249 (commit)
       via  be2ccfb25761c88d9ab0162f88325264ab4b57c0 (commit)
       via  89f572ff5f9788d5e392804d04c5ce39d0655424 (commit)
       via  90c92686eb037ff032614a0f5b79da6c66e640eb (commit)
       via  42b2292b4fb8b06f596f40aed2ec99b9f3dea30d (commit)
       via  98784cc9724ee917952fa3ea7e74e9695d131858 (commit)
       via  0d07450e7efca8cd4cc30027dcc12d6fd15fa0d0 (commit)
       via  f94fc0c3905e190d0ee002ad17ad7c7619eb3281 (commit)
       via  a155575f9df8b61cfc6efaa013e08fa647627acd (commit)
       via  a734156013b776e419c16dc72522ab3a913b241f (commit)
       via  117c276859c4ed744580af46997c4d7eff0d78da (commit)
       via  f2e5339a0313149e3cd6d96bddc40170d90a89be (commit)
       via  31413de662ecd81ea1b4116bb1d60dfaefed11d8 (commit)
       via  0763a69ec3a910dc416cae1dbfc2785eb1cff6f7 (commit)
       via  eaee34f47a138dfcb9fd2caf59a6fc3befc37932 (commit)
       via  eb4a843aced59b6c80d772e9b6d15a3e963d0af6 (commit)
       via  d7ab16402a4955a3436d3da857fa4ac4f4427269 (commit)
       via  d135f229cd67fa68a1d55ee0206b501e329d2f1e (commit)
       via  234b8a256232f25217d40e2edc44a00db891e1a0 (commit)
      from  e59ebe938a93cab552780171f93eefe7a0fd04a6 (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 94ba314d58fdc1076387822456055ec522771ef0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 23 15:35:25 2019 +0100

    Bug 24008: Remove minus sign when displaying credit value
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3b3179a2145224d2f90a23dbe1d4d65df73f0279
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 10 12:27:08 2019 +0100

    Bug 24008: Display warnings in a list
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e6e039c7c7f419717ad1817352fd3d8bee70784a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 2 14:24:04 2019 +0100

    Bug 24008: Display a warning message when deleting a patron with outstanding credits
    
    So far nothing is displayed if a librarian removes patron with
    outstanding credits.
    Note that outstanding debits blocks the deletion.
    
    Test plan:
    - Create a patron with outstanding credit
    - Create a patron with outstanding debits
    - Delete the 2 patrons
    => With credit - You get a warning but do not block the deletion
    => With debits - You get a warning message that blocks the deletion
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f4949a649c68a0e0f6bd7b4af18668abb72fbc32
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 11 12:20:54 2019 +0100

    Bug 24214: Fix due date formatting when sticky
    
    When checking out and sticky due date is selected, on the next screen
    the due date is displayed iso-formatted, instead of following the
    dateformat syspref
    
    Test plan:
    0/ Do not apply the patch
    1/ Check an item out, with a selected due date. Tick "Remember for
    session"
    2/ Next screen you see the date like YYYY-MM-DD HH:MM
    regarless the value of the dateformat syspref
    3/ Apply this patch
    4/ Reload the page
    => The date is correctly formatted
    5/ Check an item out
    => Due date is correctly set
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0d103621ada02496c1aa2ee4e6300b683b5a105f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jan 20 13:56:04 2020 +0000

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

commit 2dbce72a07a5bdb664cc0faa4f989d97029a1249
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 26 12:06:10 2019 +0100

    Bug 24289: Make sure sample_holidays will load after sample_libraries
    
    They are inserted depending on their alpha order, and sample_holidays
    will fail because of missing branchcode.
    This patch suggests a simple fix: rename sample_holidays to
    sample_libraries_holidays, to make sure it will be loaded after
    sample_libraries
    
    Test plan:
    Start a fresh installation and select all sample data
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit be2ccfb25761c88d9ab0162f88325264ab4b57c0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 26 11:53:57 2019 +0100

    Bug 24289: DBIC changes
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 89f572ff5f9788d5e392804d04c5ce39d0655424
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 26 11:42:43 2019 +0100

    Bug 24289: Add foreign keys on *_holidays.branchcode tables
    
    Those are missing foreign keys, it will also clean the holidays tables
    and automatically remove the holidays when a library is removed.
    
    Test plan:
    0. Do not apply this patch
    1. Create a new library
    2. Create special and repeatable holiday for this library
    3. Remove the library
    => Notice that the holidays still exist in DB
    4. Apply this patch
    5. Execute the update database entry
    => Notice that the holidays for this library have been removed from the DB
    6. Repeat 1-3
    => Notice that the holidays have been removed along with the library
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 90c92686eb037ff032614a0f5b79da6c66e640eb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 9 19:09:31 2020 +0000

    Bug 24393: Remove event attributes from patron clubs list template
    
    This patch removes some instances of the "onclick" attributes from the
    template that lists patron clubs and templates.
    
    To test, apply the patch and go to Tools -> Patron clubs.
    
     - Test the process of deleting a club template. Clicking the "Delete"
       button should trigger a confirmation. Confirming should delete the
       template.
    
     - Test the process of deleting a club. In the "Clubs" section of the
       page, click the "Actions" menu next to any club. Clicking the
       "Delete" link should trigger a confirmation. Confirming should delete
       the club.
    
     - Also in the "Clubs" section of the page, find a club which has
       enrollments. Select "Search to hold" from the "Actions" menu. It
       should take you to the advanced search. On the search results page
       you should have the option to place a hold for the club you selected.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 42b2292b4fb8b06f596f40aed2ec99b9f3dea30d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 22 10:16:15 2019 +0100

    Bug 24061: Close after timeout if onafterprint no supported
    
    Not supported on Chrome < 63
    https://www.w3schools.com/tags/ev_onafterprint.asp
    
    Signed-off-by: Gabriel DeCarufel <gabriel at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 98784cc9724ee917952fa3ea7e74e9695d131858
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 20 09:19:51 2019 +0100

    Bug 24061: Close the window after the page has been printed
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0d07450e7efca8cd4cc30027dcc12d6fd15fa0d0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 21 16:26:53 2019 +0000

    Bug 16683: Help links to fields 59X in cataloguing form are broken
    
    This patch adds more specificity to handling of MARC21 documentation
    links in the basic MARC editor.
    
    To test, apply the patch and make sure the "advancedMARCeditor" system
    preference is set to "Display."
    
    You may need to edit a bibliographic framework so that 09x, 59x, and 69x
    tags will display in the editor.
    
    Edit or create a bibliographic record using that framework. Next to each
    tag label in the editor should be a "?" link. Clicking this link should
    open a new window with the correct Library of Congress documentation
    page.
    
    Check the links for 09x, 59x, and 69x tags as well as others to confirm
    they open the correct pages.
    
    Signed-off-by: Cori Lynn Arnold <carnold at dgiinc.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

    Bug 17667: Add tests
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

    Bug 17667: Do not modify quantity of the original standing order when a receipt is cancelled
    
    When cancelling a receipt, the quantity of the original order is
    increased.
    
    Test plan:
    Create a basket, mark is as "standing orders"
    Create an order
    receive it
    cancel the receipt
    => Without this patch the quantity of the original order is 2
    => With this patch applied the quantity it always 1
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a734156013b776e419c16dc72522ab3a913b241f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 16 14:52:00 2020 +0000

    Bug 24433: OPAC account page no longer asks for confirmation before deleting hold
    
    This patch restores markup added by Bug 21870 and subsequently removed
    accidentally by Bug 21772. This allows the OPAC user summary page to
    display a confirmation dialog before deleting a hold.
    
    To test, apply the patch and  log in to the OPAC as a user with holds.
    
     - On the "Your summary" page, click the "Holds" tab.
     - Click the "Cancel" button next to any hold.
     - You should see a modal dialog asking for confirmation, showing the
       correct title.
     - Test both the "Yes" and "No" actions.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 117c276859c4ed744580af46997c4d7eff0d78da
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 3 17:40:34 2020 +0000

    Bug 24341: Allow for more complex markup in OPAC confirmation dialogs
    
    This patch changes the globally-available confirmModal() function in the
    OPAC so that it uses jQuery's html() function for adding information to
    the confirmation modal's body. This will allow for more than just plain
    text to be added.
    
    This patch also removes some obsolete lines from the JavaScript in
    opac-user.tt and renames some variable for clarity.
    
    To test, apply the patch log in to the OPAC as a user who has holds and
    article requests.
    
     - Test the following interactions, both the confirmation and cancel
       options for each:
         - Cancel a hold
         - Suspend all holds
         - Resume all holds
         - Cancel an article request
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f2e5339a0313149e3cd6d96bddc40170d90a89be
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 20 20:04:10 2019 +0000

    Bug 21296: suspend hold ignores system preference on intranet
    
    This patch modifies the DataTable configuration for the table of holds
    which displays under the "Holds" tab on the patron's checkout and
    details pages. A variable is now defined in the JavaScript with the
    value of the "SuspendHoldsIntranet" system preference. This variable is
    passed to the DataTable configuration to determine whether the column is
    visible or not.
    
    One of the changes made in this patch moves a <script> block so that it
    appears before some of the JS includes on the page. This helps keep the
    string-defining JS together in one block.
    
    To test, apply the patch and set the "SuspendHoldsIntranet" system
    preference to "Allow."
    
     - Open the checkout page for a patron with one or more holds.
     - Under the "Holds" tab, the table of holds should have a "Suspend"
       column with controls for suspending or resuming holds.
     - Check that the same is true on the patron detail page.
     - Set the "SuspendHoldsIntranet" system preference to "Don't allow."
     - Test the checkout and detail pages again and confirm that the
       "Suspend" column does not appear.
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 31413de662ecd81ea1b4116bb1d60dfaefed11d8
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 12 10:32:17 2020 +0100

    Bug 24404: Add missing space on invoices page / remove . from status
    
    On the bottom of the invoices page the summary of adjustments and
    shipping shows as:
    
    Adjustments plus shipping:2.00
    
    The patch adds the missing space between text and amount.
    
    To test:
    - 'Receive shipment' from a result in your vendor search
    - Start a new invoice by entering an invoice number, amount
      for shipping cost and fund.
    - Finish receive (you don't need to receive anything)
    - You should now be on invoice.pl
    - Verify Status is 'Open.' and in 'Invoice details' we
      have the amount with the missing space.
    - Apply patch, reload the page.
    - Verify the missing space is there and the . is gone.
    - Close invoice, no . there either.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0763a69ec3a910dc416cae1dbfc2785eb1cff6f7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 9 12:48:04 2020 +0000

    Bug 24333: Add password class to AutoSelfCheck syspref
    
    To test:
    1 - Go to Administration
    2 - Search sysprefs for AutoSelfCheck
    3 - Enter something into AutoSelfCheckPass
    4 - Note it is not masked
    5 - Apply patch
    6 - Reload page
    7 - Note password is now masked
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eaee34f47a138dfcb9fd2caf59a6fc3befc37932
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 12 16:10:53 2019 +0100

    Bug 24018: Remove die "Not logged in"
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eb4a843aced59b6c80d772e9b6d15a3e963d0af6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 15 15:27:56 2020 +0000

    Bug 24423: Add biblionumber to modify items link
    
    To test:
    - Find/create a bib with at least one item
    - From detail.pl, use the checkboxes in the holdings table to select one or more items
    - click the "Modify Selected Items" link just above the holdings table to take your item(s) to batch modification
    - Change something and click save
    - Observe that the Return to the Record link points to a url without a biblionumber: "/cgi-bin/koha/catalogue/detail.pl?biblionumber="
    - Apply patch
    - Repeat
    - The link now works!
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Bug 24423: Fix for deletion - cleanup accidental debug inclusiopm
    
    To test:
    Repeat prior test plan with 'Delete selected'
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d7ab16402a4955a3436d3da857fa4ac4f4427269
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Jan 14 18:44:01 2020 +0000

    Bug 24395: Show initial float using the Price TT plugin on summary page
    
    For displaying monetary amounts, we should be using the Price TT
    plugin everywhere. This adds it to the cash register summary page.
    
    To test:
    - Create a cash register
    - Check the cash register table for "Initial float"
    - Verify the amount shows with more than 2 decimals
    - Edit cash register - verify the same display there
    - Apply patch
    - Check again - it should display now with only 2 decimals
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d135f229cd67fa68a1d55ee0206b501e329d2f1e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jan 16 14:33:39 2020 +0000

    Bug 22220: Fix bib Apache rewrite rule for intranet
    
    Trivial change. Speaks for itself.
    Since koha/detail.pl does not exist, we cannot break things ;)
    
    Test plan:
    [1] Copy the change in apache-shared-intranet.conf to your actual
        apache configuration. Probably in /etc/koha/.
    [2] Restart Apache.
    [3] Try a biblionumber say 123 on intranet with [your_staff_client]/bib/123.
        Does the detail page come up?
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 234b8a256232f25217d40e2edc44a00db891e1a0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jan 20 13:33:58 2020 +0000

    Bug 21520: (RM follow-up) Add missed schema update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Acquisition.pm                                  | 84 +++++++++++-----------
 Koha.pm                                            |  2 +-
 Koha/Schema/Result/Branch.pm                       | 34 ++++++++-
 Koha/Schema/Result/OaiSetsMapping.pm               | 13 ++--
 Koha/Schema/Result/RepeatableHoliday.pm            | 25 +++++--
 Koha/Schema/Result/SpecialHoliday.pm               | 25 +++++--
 circ/circulation.pl                                |  2 +-
 circ/overdue.pl                                    |  2 +-
 debian/templates/apache-shared-intranet.conf       |  2 +-
 etc/koha-httpd.conf                                |  2 +-
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 ...holidays.sql => sample_librairies_holidays.sql} |  0
 ...holidays.txt => sample_librairies_holidays.txt} |  0
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 installer/data/mysql/kohastructure.sql             | 10 +--
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 ..._holidays.sql => sample_libraries_holidays.sql} |  0
 ..._holidays.txt => sample_libraries_holidays.txt} |  0
 installer/data/mysql/updatedatabase.pl             | 32 +++++++++
 .../intranet-tmpl/prog/en/includes/clubs-table.inc |  4 +-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |  6 +-
 .../prog/en/modules/admin/cash_registers.tt        |  5 +-
 .../en/modules/admin/preferences/circulation.pref  |  1 +
 .../prog/en/modules/catalogue/detail.tt            |  2 +
 .../prog/en/modules/cataloguing/addbiblio.tt       |  6 ++
 .../prog/en/modules/circ/circulation.tt            | 16 +++--
 .../intranet-tmpl/prog/en/modules/clubs/clubs.tt   | 26 ++++++-
 .../prog/en/modules/members/deletemem.tt           | 20 ++++--
 .../prog/en/modules/members/moremember.tt          | 15 ++--
 koha-tmpl/intranet-tmpl/prog/js/holds.js           |  1 +
 .../bootstrap/en/includes/holds-table.inc          |  5 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |  5 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |  6 +-
 koha-tmpl/opac-tmpl/bootstrap/js/global.js         |  2 +-
 members/boraccount.pl                              |  2 +-
 members/deletemem.pl                               | 39 ++++------
 members/discharge.pl                               |  2 +-
 members/discharges.pl                              |  2 +-
 members/files.pl                                   |  2 +-
 members/housebound.pl                              |  2 +-
 members/ill-requests.pl                            |  2 +-
 members/mancredit.pl                               |  2 +-
 members/member-flags.pl                            |  2 +-
 members/member-password.pl                         |  2 +-
 members/memberentry.pl                             |  2 +-
 members/members-update-do.pl                       |  2 +-
 members/mod_debarment.pl                           |  2 +-
 members/moremember.pl                              |  2 +-
 members/notices.pl                                 |  2 +-
 members/pay.pl                                     |  2 +-
 members/paycollect.pl                              |  2 +-
 members/print_overdues.pl                          |  2 +-
 members/printfeercpt.pl                            |  2 +-
 members/printinvoice.pl                            |  2 +-
 members/printslip.pl                               |  2 +-
 members/purchase-suggestions.pl                    |  2 +-
 members/readingrec.pl                              |  2 +-
 members/routing-lists.pl                           |  2 +-
 members/setstatus.pl                               |  2 +-
 members/statistics.pl                              |  2 +-
 members/summary-print.pl                           |  2 +-
 members/update-child.pl                            |  2 +-
 t/db_dependent/Acquisition/StandingOrders.t        |  7 +-
 tools/batchMod.pl                                  |  2 +-
 tools/modborrowers.pl                              |  2 +-
 72 files changed, 299 insertions(+), 158 deletions(-)
 rename installer/data/mysql/de-DE/optional/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/de-DE/optional/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)
 rename installer/data/mysql/en/optional/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/en/optional/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)
 rename installer/data/mysql/es-ES/optional/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/es-ES/optional/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)
 rename installer/data/mysql/fr-CA/facultatif/{sample_holidays.sql => sample_librairies_holidays.sql} (100%)
 rename installer/data/mysql/fr-CA/facultatif/{sample_holidays.txt => sample_librairies_holidays.txt} (100%)
 rename installer/data/mysql/it-IT/optional/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/it-IT/optional/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)
 rename installer/data/mysql/nb-NO/2-Valgfritt/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/nb-NO/2-Valgfritt/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)
 rename installer/data/mysql/pl-PL/optional/{sample_holidays.sql => sample_libraries_holidays.sql} (100%)
 rename installer/data/mysql/pl-PL/optional/{sample_holidays.txt => sample_libraries_holidays.txt} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list