[koha-commits] main Koha release repository branch master updated. v18.11.00-1599-ge9aa9b8

Git repo owner gitmaster at git.koha-community.org
Thu May 23 18:05:02 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  e9aa9b84fcc1b18a7988b380760374c8c9a6848d (commit)
       via  d7e3b483714436772c47ba0f8d33e5ace74c1427 (commit)
       via  78b866fcd9f792f1195b90d7a49566f0055e658c (commit)
       via  edb9f498f7148a0d6b2c232a8c22412e113c422b (commit)
       via  a6840d14d27c669b09e0dbd4e6469e0b3196cd4b (commit)
      from  b67462d471a54bf342295cbc5e46373d065bab7e (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 e9aa9b84fcc1b18a7988b380760374c8c9a6848d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 22 14:26:41 2019 +0000

    Bug 20436: (RM follow-up) Use Koha objects instead of mysql
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d7e3b483714436772c47ba0f8d33e5ace74c1427
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 22 14:37:53 2019 +0000

    Bug 17698: (RM follow-up) Pass lang variable so letter can be translated
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 78b866fcd9f792f1195b90d7a49566f0055e658c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 22 14:32:26 2019 +0000

    Bug 14385: (RM follow-up) Remove line from bad rebase
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit edb9f498f7148a0d6b2c232a8c22412e113c422b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon May 13 15:34:47 2019 +0000

    Bug 22896: Missing inputs in transfer modal
    
    This patch restores hidden inputs to save overridden checkin date and other data
    
    Currently we lose the list of checkouts and several settings when items with transfers are checked in
    
    To test:
    1 - Find an item from another branch
    2 - Set a checkin date and click the box for the date to be remembered
    3 - Check in the item
    4 - Click ok or print, note the checkin date is lost
    5 - Apply patch
    6 - Repeat
    7 - Checkin date remains
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a6840d14d27c669b09e0dbd4e6469e0b3196cd4b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue May 14 13:17:34 2019 +0000

    Bug 22802: Check item funds, order funds, and default funds when ordering from a file
    
    This patch tries to centralise the logic of order funds requirements into a single routine.
    If propogates defaults down into items/order as necessary, it also prevents unsetting lower values if
    a default is set.
    
    To test:
    1 - Populate 'MarcItemFieldsToOrder'
    2 - Add to a basket from a file
    3 - Use a file containing some item records with funds defined or not
    4 - Confirm if all items have funds defined, you can order
    5 - Confirm that setting the default for an order populates items and you can order
    6 - Confirm that setting the default for all orders populates items if present/ order if not
    7 - Confirm that if defaults are set the lower levels cannot be unset
    8 - Try various settings and confirm all work as expected
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Search.pm                                       |    1 -
 .../prog/en/modules/acqui/addorderiso2709.tt       |    9 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   22 ++---
 koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js |   94 +++++++++++++-------
 misc/cronjobs/longoverdue.pl                       |   11 ++-
 opac/opac-issue-note.pl                            |    1 +
 6 files changed, 88 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list