[koha-commits] main Koha release repository branch master updated. v19.11.00-1156-g8b3d539309

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 10:11:57 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  8b3d53930971a9c008112d3a851f96469a89c6bd (commit)
       via  e5b7240523018c609a3375fddfe3affba65ce9f7 (commit)
       via  2dd5065faabe1266bf663adf429cb8f50f76f372 (commit)
       via  f980e7f4c2b7aef62f1a8533ff8d1e072b14a20d (commit)
       via  c8bf308e1b453023910336308d59566359efc535 (commit)
       via  a5fb30fbd0d0413185ed2e2e5fca6ac05227dfc6 (commit)
      from  374c78a0b7039c5c18143c93fbd49e9376af5666 (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 8b3d53930971a9c008112d3a851f96469a89c6bd
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Tue Jan 28 00:21:19 2020 +0000

    Bug 24495: Reword change collection feature
    
    This patch changes the text of the "Collect from patron" field to read "Amount tendered"
    
    To Test:
    
    1) In the Point of Sale screen, check that the text inside the "Collect payment" box reads "Collect from patron"
    2) Go into a patron record, and create a manual invoice.
    3) Go to Make a payment, and select to "Pay an amount". Check the text reads "Collect from patron".
    4) Repeat the process with the "Pay Selected", and "Pay" button (listed next to the individual invoice)
    5) Install the patch
    6) Repeat steps 1-4, but the text should now read "Amount tendered", instead of "Collect from patron" in all payment options in the patron record, and in the Point of Sale screen.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.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 e5b7240523018c609a3375fddfe3affba65ce9f7
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 17 22:12:11 2020 +0000

    Bug 24456: change default sort orders/make wording clearer
    
    TEST PLAN:
    1. Apply patch
    2. Have some checkout from today and some from multiple previous days.
    3. Set todaysIssuesDefaultSortOrder & previousIssuesDefaultSortOrder to 'earliest to latest' and confirm it sorts correctly.
    4. Reverse the 2 system preferences and see that it is now sorting the opposite way.
    5. Also look at the wording of each system prefence and make sure it makes sense
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 2dd5065faabe1266bf663adf429cb8f50f76f372
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 17 15:03:53 2020 +0100

    Bug 23531: Simplify tests using build_object
    
    And build_sample_item.
    Also remove a debug statement
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f980e7f4c2b7aef62f1a8533ff8d1e072b14a20d
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Sun Dec 22 08:07:51 2019 +0100

    Bug 23531: Add some tests for HoldItem and HoldTitle with date params provided
    
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.com>
    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 c8bf308e1b453023910336308d59566359efc535
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Tue Sep 3 11:08:49 2019 +0200

    Bug 23531: fix ILSDI non-implemented but documented parameters
    
    test plan :
    1/ Submit a hold through ILSDI with start_date and expiry_date parameters
    2/ Verify in Koha those parameters are not applied to the newly created
    reserve. Delete reserve.
    3/ Apply patch and repeat 1.
    4/ Verify the reserve created by same request as 1 now has both dates
    applied and visible in Koha.
    
    Signed-off-by: Christophe Croullebois <christophe.croullebois at biblibre.com>
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.com>
    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 a5fb30fbd0d0413185ed2e2e5fca6ac05227dfc6
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Wed Feb 12 14:32:01 2020 -0500

    Bug 23236: Remove 'its items may still be processed' in action if no match is found
    
    When importing records and looking for duplicate records using record matching rules,
    there is an option if NO match is found to "ignore incoming record (its items may
    still be processed)". This doesn't make any sense. Where would the items go if there
    is no match?
    
    To test:
    1) Go to Tools > Stage MARC for import
    2) Browse and choose a file with at least one record that is not already in your
    catalog and click on Upload file
    3) Fill out the first section with the appropriate information
    4) In the Look for existing records in catalog? section, choose a record matching
    rule
    5) In the Action if no match is found drop-down menu, choose Ignore incoming record
    (its items may still be processed)
    6) Click on Stage for import
    7) Click on Manage staged records
    8) Click Import this batch in the catalog
    9) In the table, the record status should say Ignore
    10) Apply patch
    11) Redo steps 1-9, notice the option Ignore incoming records does not mention items
    12) Make sure the tool still works and still ignores the record
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    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/ILSDI/Services.pm                               | 58 +++++++++++++++------
 .../prog/en/includes/tools-nomatch-action.inc      |  2 +-
 .../en/modules/admin/preferences/circulation.pref  |  2 +-
 .../prog/en/modules/members/paycollect.tt          |  4 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt |  2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt  |  8 +--
 opac/ilsdi.pl                                      |  4 +-
 svc/checkouts                                      |  4 +-
 t/db_dependent/ILSDI_Services.t                    | 60 +++++++++++++++++++++-
 9 files changed, 113 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list