[koha-commits] main Koha release repository branch master updated. v19.11.00-1593-ge065b86abd

Git repo owner gitmaster at git.koha-community.org
Fri Apr 3 15:55:27 CEST 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  e065b86abd51f36340fa940ca211931e21689fad (commit)
       via  9d6362145ff335cec81e64874021c8f7a4479f23 (commit)
       via  866f0c04a8707b06a00940267cc8aa405b8983f0 (commit)
       via  86d93a5d4119c37a635dfa844f3e11212ce9555f (commit)
       via  dc6998cea9233072e34d8a7e94c6dcc800b9f49a (commit)
       via  fd1a48f0448c71ab0ccc063a9146faa40b89d86e (commit)
       via  1aad1ed01ea3fcf417542a36fab014a8602a5cfc (commit)
       via  e21e40ad8446e79316e476cded7c694207c2c3bf (commit)
       via  9c9818c528bc47458015f89a74c9192f543ca7bb (commit)
       via  f1c779343e7980d3df5b0a64ea5dfe179267289d (commit)
       via  09a76a440ea8f0101bea2a7dac46e58fb87ac3dd (commit)
       via  5f323dbe49aa68515f5cbab7fba2e31843759408 (commit)
       via  09c0c7a555219e2346d769e57585caa128d5bb61 (commit)
       via  41174f60eafdf68ef2f94b18f19905af302097ec (commit)
       via  55b9b8e17de19bbc2f5c4e0fa1d2e5937a6c3eaf (commit)
       via  e986d4d0ad98cb5ac8d54d8d30cbf2f4fcb14417 (commit)
       via  192b9d55a05414bf3e8d64eeaba1926a20ec8ba8 (commit)
       via  a99923a27ba327111819dea144da6d1d10b82c9c (commit)
       via  502af90868a9fe58a59ebd0d6c2ff960ce897335 (commit)
       via  ebb73e373805380cc5399488793139758adc0ce5 (commit)
       via  563784bcf5afc2989d354dcf2e91cf3fa667e67d (commit)
       via  2823fee5cfb08cec398e9d02cfc9e1d65b8fde57 (commit)
       via  416ae0768858452609cc6d62d1a00601c2a49613 (commit)
       via  3ed641b33a5969e9c5d2eb027b9bbce761d06ed8 (commit)
       via  f756aa917cfb13c6c2729c5dc07dbd6db5e7441b (commit)
       via  39c872a71e8d8448310a3daeb6224d4b21a2d162 (commit)
       via  08322a6f639bd2946b9db70fe6906d5ca12f26bd (commit)
       via  dab0f06a4622ba2ddb178824d0c03f7e260a224a (commit)
       via  145b0116582630121d9fe90181134040e8fca9ea (commit)
      from  c800ef7e594d9c1edc37ba563b4d508f656e940c (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 e065b86abd51f36340fa940ca211931e21689fad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 30 16:11:51 2020 +0200

    Bug 25020: Preserve time part when batch extending due dates
    
    When selecting a new hard due date, we should keep the time part of the
    original checkouts.
    
    Test plan:
    1 - Checkout an item specifying a date due
    2 - Checkout an item without specifying a date due
    3 - Use Tools->Batch extend due date
    4 - Select a hard due date
    5 - On the confirmation screen you should see that the time part has
    been kept
    6 - Confirm
    7 - Make sure the correct values hava been inserted in DB
    8 - Try now using the other option, give a number of days
    9 - Repeat 4-7
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9d6362145ff335cec81e64874021c8f7a4479f23
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 31 14:20:23 2020 +0000

    Bug 25022: Display problem in authority editor with repeatable field
    
    This patch corrects an error in the structure of the authority editor
    template so that repeating subfields do not generate invalid markup. The
    correction was found by comparing with addbiblio.tt.
    
    If you are viewing the diff, please note that some minor whitespace
    changes have been made.
    
    To reproduce, clone and and populate any repeatable subfield, save, and
    open the authority for editing again. The clones subfield will be
    formatting incorrectly, showing bullet points on each line.
    
    To test, apply the patch and reload the authority editor showing the
    record with the cloned subfield. It should display correctly.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 866f0c04a8707b06a00940267cc8aa405b8983f0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 31 14:54:41 2020 +0000

    Bug 25004: Search results place hold button not enabled when checking result checkboxes on opac-search.pl
    
    This patch makes a minor correction to the markup of the OPAC search
    results page so that the event handlers attached to the checkboxes work
    correctly. The broken markup broke the jQuery selector used to control
    the event.
    
    An extra </div> was added by mistake by Bug 14715.
    
    To test, apply the patch and test the process of selecting multiple
    titles by checking the checkbox. Doing so should activate the "Place
    hold" and "Tag" controls.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 86d93a5d4119c37a635dfa844f3e11212ce9555f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 1 10:58:28 2020 +0200

    Bug 25024: Do not escape $
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc6998cea9233072e34d8a7e94c6dcc800b9f49a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 31 13:55:21 2020 +0000

    Bug 25024: Make grep match full string
    
    To test:
    1 - Create or have a branch with code CPL
    2 - Create two new branches 'ACPL' and 'CPLA'
    3 - In branch transfer limits disallow some itype or collection from another branch (FPL) to ACPL and CPLA
    4 - Set UseBranchTransferLimits to 'Enforce'
    5 - Find a biblio with one item belonging to FPL
    6 - On opac, attempt to place a hold
    7 - Note that ACPL and CPLA don't show in dropdown, OK
    8 - Note that CPL is disabled, NOT OK
    9 - Apply patch
    10 - Place hold
    11 - CPL is now enabled
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Joel Sasse <jsasse at plumcreeklibrary.net>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fd1a48f0448c71ab0ccc063a9146faa40b89d86e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Mar 26 22:30:52 2020 +0000

    Bug 17938: Fix display of label for repeated MARC 583 - Action note fields
    
    When there are mulitple 583 on a record, the label "Action note" will be
    repeated for each. This fixes it, so that the label only appears once and
    multiple fields are separated by | following the existing pattern.
    
    Also makes sure there is a space between $z and other subfields.
    
    Note:
    Ind. 1 = private - These won't display in the OPAC
    Ind. 1 = 0 or empty - These will display in the OPAC
    Staff will display all 583 independent from indicator.
    
    To test:
    - Add one or more records with none, one and muliple 583, at least one including $z
      For examples see:
      http://www.loc.gov/marc/bibliographic/bd583.html
    - Verify display problems
    - Apply patch
    - Verify display is improved - one label and $z is followed by a space
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1aad1ed01ea3fcf417542a36fab014a8602a5cfc
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 3 14:28:05 2020 +0100

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

commit e21e40ad8446e79316e476cded7c694207c2c3bf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Mar 26 21:30:06 2020 +0000

    Bug 25010: Fix typo 'rewewal' in debit types
    
    This fixes a typo in the debit type description of
    RENT_DAILY_RENEW
    
    1) Go to Administration > Debit types
    2) Show all debit types
    3) Check for the typo
    4) Apply patch
    5) Verify that the typo is gone
    6) Check account_debit_types table for type:
       SELECT * FROM account_debit_types;
    7) Run database update
    8) Repeat and verify typo is gone
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9c9818c528bc47458015f89a74c9192f543ca7bb
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 01:22:35 2020 +0100

    Bug 24941: Serials - Fix link to basket from acquisition details information
    
    Adding orders from subscriptions makes acquisition information visible
    in the serials module. In the table of acquisition data is a link back
    to the basket - but this link is missing the basket number parameter -
    it doesn't work. This patch fixes the TT variable to make it work.
    
    To test:
    - Add a subscription
    - Add a new basket
    - Add a order line using "Add from subscription"
    - Go to the subscription details page, check the acquisitions tab
    - Try the link to the basket - it should not work
    - Apply patch
    - Try the link again - now it should bring up the basket page with
      the order.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f1c779343e7980d3df5b0a64ea5dfe179267289d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 00:46:55 2020 +0100

    Bug 25012: Fix class on OPAC view link in staff detail page
    
    Probably a copy & paste error: the OPAC view link on the staff
    detail page currently has the class succeeding_entry_note.
    
    This patch changes it to opac_view to allow for independent
    styling of the link.
    
    Note: The link will only be visible when OPACBaseURL is set.
    
    To test:
    - Use the element inspector or check the source code for
      the class used on the OPAC view link on the staff detail page
    - Apply patch
    - Repeat and verify that the class has changed to opac_view
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 09a76a440ea8f0101bea2a7dac46e58fb87ac3dd
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 00:54:21 2020 +0100

    Bug 25013: Fix capitalization: Edit Items on batch item edit
    
    Fixes a tiny string issue: Edit Items --> Edit items
    
    To test:
    - Go to tools / batch item edit
    - Enter a barcode
    - Check the heading above the edit item form
    - Apply patch
    - Verify the heading is now properly capitalized
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5f323dbe49aa68515f5cbab7fba2e31843759408
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 01:05:14 2020 +0100

    Bug 25014: Fix capitalization for "Call Number" in staff and OPAC sort options
    
    There are some ocurrences of "Call Number" in the sort option lists in
    staff and OPAC. The patch changes them to "Call number".
    
    To test:
    - Check the sort option list in staff and OPAC for the typo
    - Apply patch
    - Verify it's now all corrected
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 09c0c7a555219e2346d769e57585caa128d5bb61
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 3 14:15:34 2020 +0100

    Bug 24996: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 41174f60eafdf68ef2f94b18f19905af302097ec
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Mar 27 01:36:22 2020 +0000

    Bug 24996: Unwanted CSS change unhides OPAC results sorting button
    
    This patch adds back a CSS selector which was incorrectly removed by Bug
    23915. The "Go" button associated with the OPAC search results resort
    operation should be hidden if JavaScript is enabled.
    
    To test, apply the patch and rebuild the OPAC CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client)
    
     - Perform a search in the OPAC
     - On the search results page, there should be no "Go" button next to
       the re-sort/results per page selection fields.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 55b9b8e17de19bbc2f5c4e0fa1d2e5937a6c3eaf
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Mar 27 16:38:15 2020 -0300

    Bug 25006: Make Koha::Item->as_marc_field skip undefined subfields
    
    This patch makes as_marc_field skip subfields that don't have a value or
    contains an empty string (replicating C4::Items:1021 logic).
    
    To test:
    1. Apply the regression tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/Koha/Item.t
    => FAIL: Tests fail because the generated MARC::Field contains undef
    subfields.
    3. Apply this patch
    4. Repeat 2.
    => SUCCESS: Tests pass! Undefined and empty subfields are skipped!
    5. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e986d4d0ad98cb5ac8d54d8d30cbf2f4fcb14417
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Mar 27 16:36:25 2020 -0300

    Bug 25006: Regression tests
    
    This patch introduces regression tests for as_marc_field. It makes sure
    there are empty subfields and then uses List::MoreUtils' all to verify
    all generated MARC subfields contain something (i.e. the undef ones are
    skipped).
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 192b9d55a05414bf3e8d64eeaba1926a20ec8ba8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 30 11:35:35 2020 +0200

    Bug 19475: Clear the caches at the end of the tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a99923a27ba327111819dea144da6d1d10b82c9c
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Wed Mar 4 13:54:34 2020 +0200

    Bug 19475: Don't copy holiday if it already exists in target calendar
    
    Calendars copy tool created duplicate values to database.
    Holidays in target calendar weren't checked before
    inserting new holidays. This patch fixes this.
    
    To test:
    1. Add holidays for branch A
    2. Copy branch A calendar to branch B
    3. Repeat copy to branch B
    => Check database, branch B has now duplicate holidays
    4. Delete holidays from branches A and B
    5. Apply patch
    6. Repeat steps 1-3
    => Check database, no duplicates
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 502af90868a9fe58a59ebd0d6c2ff960ce897335
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Thu Mar 12 12:35:39 2020 +0200

    Bug 19475: Add unit tests
    
    To test prove:
    t/db_dependent/Holidays.t
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ebb73e373805380cc5399488793139758adc0ce5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 3 14:10:07 2020 +0100

    Bug 9422: (RM follow-up) Rebase Correction
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 563784bcf5afc2989d354dcf2e91cf3fa667e67d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 12:09:08 2019 +0100

    Bug 9422: Don't allow access to 'Upload patron images' when patronimages syspref is off
    
    In addition to checking the patron image upload permission, this
    adds a check for the patronimages system preference to the tools
    home page and sidebar.
    
    To test:
    - Check that the patron image upload tool only displays when
      - system preference patronimages is set to 'Allow'
        and user is either
      - superlibrarian or
      - has bath_upload_patron_images permission
    - Save URL of patron image uploader page
    - Turn off patronimages
    - Verify you get redirected to the home page of Koha when trying
      to access the page
    
    Note: this redirect is already used by the stock rotation feature.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2823fee5cfb08cec398e9d02cfc9e1d65b8fde57
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 3 14:04:48 2020 +0100

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

commit 416ae0768858452609cc6d62d1a00601c2a49613
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 31 09:43:34 2020 +0100

    Bug 24474: (QA follow-up) Fix failing test
    
    The test was assuming default data and would fail if you ran through the
    test plan (and disabled all but `onpayment` for the
    'MarkLostItemsAsReturned' preference) on the data before running the
    included unit tests.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3ed641b33a5969e9c5d2eb027b9bbce761d06ed8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 14 10:39:21 2020 +0000

    Bug 24474: (follow-up) Add LOST_FOUND logic to Koha::Account::pay
    
    This patch adds the same updated logic as found in
    Koha::Account::Line->apply to handle LOST_FOUND credits being applied
    against their associated LOST debit.
    
    Currently a 'LOST_FOUND' credit is never created via the pay method and
    so the additional test will always pass, but the addition here accounts
    for possible future uses.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f756aa917cfb13c6c2729c5dc07dbd6db5e7441b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Feb 10 10:31:37 2020 +0000

    Bug 24474: (follow-up) Add onpayment to sysprefs file
    
    This patch adds the required line to the circulation.pref file to
    dispaly the onpayment option in the MarkLostItemReturned preference
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 39c872a71e8d8448310a3daeb6224d4b21a2d162
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 5 13:10:49 2020 +0000

    Bug 24474: Filter out LOST_FOUND
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 08322a6f639bd2946b9db70fe6906d5ca12f26bd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 5 10:14:05 2020 +0000

    Bug 24474: Add `onpayment` option to `MarkLostItemsReturned`
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dab0f06a4622ba2ddb178824d0c03f7e260a224a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 4 15:13:47 2020 +0100

    Bug 24474: Add tests
    
    This does the following using the interface:
    - Unselect all the options from MarkLostItemsAsReturned except for
      'onpayment'
    - Check an item out
    - Create a manual invoice LOST for the checked in item
    - Renew the item
    - Check that the item was not returned
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 145b0116582630121d9fe90181134040e8fca9ea
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Mar 19 04:37:34 2020 +0000

    Bug 24900: Checks in MARC mod templates for when from field does not equal conditional field
    
    When MARC modification template actions are applied, they assume that
    the from field is the same as the conditional field. This patch adds
    checks for this, as well as tests to confirm the behaviour is correct.
    
    CASE 1: Delete 1st field 020 if 651$z exists
    BROKEN BEHAVIOUR (before patch): deletes the 2nd instance of 020 instead
                                     of 1st
    EXPECTED BEHAVIOUR (corrected by patch): deletes the 1st instance of 020
    
    CASE 2: Delete 1st field 020 if 651$z matches Berlin. (must include '.')
    BROKEN BEHAVIOUR (before patch): deletes the 2nd instance of 020
    EXPECTED BEHAVIOUR (corrected by patch): deletes the 1st instance of 020
    
    CASE 3: Delete field 020 if 650$2 does not match fast
    BROKEN BEHAVIOUR (before patch): deletes all 020 fields even though
                                     650$2 does match fast
    EXPECTED BEHAVIOUR (corrected by patch): does not delete 020 fields
    
    Confirm tests pass: t/db_dependent/MarcModificationTemplates.t
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Frank Hansen <frank.hansen at ub.lu.se>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Calendar.pm                                     |  38 +++++--
 C4/MarcModificationTemplates.pm                    |  31 +++++-
 Koha.pm                                            |   2 +-
 Koha/Account.pm                                    |  37 ++++---
 Koha/Account/Line.pm                               |  18 ++-
 Koha/Item.pm                                       |   3 +-
 installer/data/mysql/account_debit_types.sql       |   2 +-
 installer/data/mysql/sysprefs.sql                  |   2 +-
 installer/data/mysql/updatedatabase.pl             |  37 ++++++-
 .../intranet-tmpl/prog/en/includes/accounts.inc    |   2 +-
 .../intranet-tmpl/prog/en/includes/resort_form.inc |   4 +-
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   4 +-
 .../en/modules/admin/preferences/circulation.pref  |   1 +
 .../prog/en/modules/authorities/authorities.tt     |  25 ++---
 .../prog/en/modules/catalogue/results.tt           |   4 +-
 .../prog/en/modules/serials/subscription-detail.tt |   2 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |   2 +-
 .../en/modules/tools/batch_extend_due_dates.tt     |   6 +-
 .../prog/en/modules/tools/tools-home.tt            |   4 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  39 ++++---
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |   1 +
 .../bootstrap/en/includes/account-table.inc        |   2 +-
 .../bootstrap/en/includes/resort_form.inc          |   2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |   2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   1 -
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |  29 +++--
 t/db_dependent/Circulation.t                       |  45 +++++++-
 t/db_dependent/Holidays.t                          | 120 +++++++++++++++++++-
 t/db_dependent/Koha/Item.t                         |  11 +-
 t/db_dependent/MarcModificationTemplates.t         | 122 ++++++++++++++++++++-
 tools/batch_extend_due_dates.pl                    |  47 ++++++--
 tools/picture-upload.pl                            |   6 +
 33 files changed, 535 insertions(+), 118 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list