[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.01-11-gb3d1a5b

Git repo owner gitmaster at git.koha-community.org
Mon Jun 25 20:31:46 CEST 2018


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, 18.05.x has been updated
       via  b3d1a5bfecbfbac4af8335757414def1ee3e2df5 (commit)
       via  279e328cdda0e3e17c244a39b933ce898bc5bee2 (commit)
       via  265bbb51bf70bfd7af0201431b4425059ee90699 (commit)
       via  c45773e0b398d66fc51dbcb88870513ec68e9a6f (commit)
       via  842abeb423b81c61d2774f8446a5bcbb2d0a258c (commit)
       via  0c55e894f49d9e87510fb8bda8b9e9020b39b5f7 (commit)
      from  1600d82c610aba303ea0cb1f31f1a81d36483ffb (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 b3d1a5bfecbfbac4af8335757414def1ee3e2df5
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun May 20 04:23:47 2018 +0200

    Bug 20794: Hide holds tab on details when user lacks circulate_remaining_permissions
    
    If a user doesn't have circulate_remaining permissions, but has borrowers:
    - checkouts tab is hidden
    - details tab is visible
    - holds tab on details is visible, but results in an error
    
    The problem is that the svc/holds script requires circulate_remaining_permissions.
    
    To test:
    - Create 2 staff users with and without circulate_remaining_permissions
      Both need borrowers permission
    - Go to the details tab in a patron's account who has holds
    - Verify that you get a datatables error for the staff patron without
      circulate_remaining_permissions
    - Apply patch
    - Verify that now the holds tab is no longer displayed for this patron
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 279e328cdda0e3e17c244a39b933ce898bc5bee2
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Jun 5 13:26:43 2018 +0300

    Bug 20881: Order receiving: Price filter missing on_editing
    
    When the Price-filter is used on editable data, it should have the
    on_editing -tag. Add it to the orderreceive.tt
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    To test:
    - Set CurrencyFormat to FR
    - Create a basket with orders in acq
    - Close it
    - Receive shipment and pick order line to receive
    - On this screen verify that the actual cost appears as comma-separated
    - Apply patch
    - Refresh page
    - Verify that the actual cost now appears .-separated
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 265bbb51bf70bfd7af0201431b4425059ee90699
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 21 12:28:18 2018 -0300

    Bug 13655: Same fix for partial edit
    
    Test plan:
    - Create an organisation with surname='xxx'
    userid will be autogenerated with 'xxx''
    - Edit the surname with 'yyy'
    userid will be unchanged, 'xxx'
    - Parial edit and blank userid
    userid will be autogenerated with 'yyy'
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c45773e0b398d66fc51dbcb88870513ec68e9a6f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 12 13:40:59 2018 -0300

    Bug 13655: Allow creation of organisations without entering userid
    
    See comment 1 of the bug report for defails of the issue.
    
    Test plan:
    Good luck (you will need to test all combinations (category type eq and
    ne 'I'), then quick edition and partial edit)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 842abeb423b81c61d2774f8446a5bcbb2d0a258c
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jun 15 12:56:36 2018 +0200

    Bug 20951: add missing use Koha::Patron::Debarments in Koha::Patron::Discharge
    
    Koha::Patron::Discharge was missing use Koha::Patron::Debarments used in discharge() method.
    
    Test plan :
    1) Enable pref useDischarge
    2) Go to OPAC user page
    3) Go to 'ask for a discharge' tab
    4) Click on 'Ask for a discharge'
    5) Go to staff interface : /cgi-bin/koha/members/discharges.pl
    6) Click on Allow
    => Without patch you get software error
    => With patch the discharge is validated
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0c55e894f49d9e87510fb8bda8b9e9020b39b5f7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 14 11:43:12 2018 -0300

    Bug 20928: Fix regression - display patron's info on moredetail if item is checked out
    
    This patch is a follow-up of
      commit 5f80977875ff124d411f2cd89de4a944fa9c27af
      Bug 18403: Use patron-title.inc when hidepatronname is used
    
    Test plan:
    - Check an item out
    - Go on the moredetail.pl page of this biblio record
    Home › Catalog › Item details for your biblio
    - Confirm that you see:
    "Checkout status: Checked out to"
    followed by the patron's info
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Patron/Discharge.pm                                        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt |    6 +-----
 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt   |    5 ++++-
 members/memberentry.pl                                          |    4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list