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, 19.05.x has been updated
       via  6a0775cef50598d3d33912fe41749fec09dc4631 (commit)
       via  994c93fab71ae1f6640cf12c6cecafc58ffa105d (commit)
       via  eec9d8becfb109add527a421738c087d2ed8f880 (commit)
      from  3f837f9885ab96a7993bd69446bb04820122ef23 (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 6a0775cef50598d3d33912fe41749fec09dc4631
Author: Nick Clemens <n...@bywatersolutions.com>
Date:   Thu Aug 1 11:44:39 2019 +0000

    Bug 23408: Move relatives-issues-table to an include
    
    TO test:
    1 - Find and adult patron
    2 - Add a child account
    3 - Check out some things to the child
    4 - View the adults account, click 'Relatives checkouts'
    5 - Observe table is oddly formatted
    6 - View on both the 'Check out' and 'Details' tabs
    7 - Apply patch
    8 - Tables are displayed correctly
    
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 0548bfcd67ab8e0445ff7f0f52d3c7c10b98ed1b)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 994c93fab71ae1f6640cf12c6cecafc58ffa105d
Author: Nick Clemens <n...@bywatersolutions.com>
Date:   Mon Jul 15 17:46:36 2019 +0000

    Bug 23319: Implement blocking errors for neworderbiblio and basket.pl
    
    To test:
    1 - Hit neworderbiblio with a query and no vendor
        http://localhost:8081/cgi-bin/koha/acqui/neworderbiblio.pl?q=cat
        Or, add to basket from existing record with a search
        Refresh the page (url has no parameters)
    2 - Get an internal server error
    3 - Add bookseller
        
http://localhost:8081/cgi-bin/koha/acqui/neworderbiblio.pl?q=cat&booksellerid=1
    4 - Click 'Order' on a result
    5 - Internal server error
    6 - Apply patch
    7 - Repeat 1-4, you get 'Vendor not found' or 'Basket not found'
    
    Signed-off-by: Maryse Simard <maryse.sim...@inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 2782a039aa7883107c74ab6e446aa51b9f555683)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit eec9d8becfb109add527a421738c087d2ed8f880
Author: Alex Arnaud <alex.arn...@biblibre.com>
Date:   Wed Aug 7 10:57:01 2019 +0200

    Bug 23436: add a label for duplicate backend
    
    Reproduce issue:
     - Enable "EnableAdvancedCatalogingEditor" preference
     - Go to cataloguing and click on advanced editor
     - Click on the down arrow in "Save to catalog" menu
     - You should see an undefined named save backend
    
    Test patch:
     - Enable "EnableAdvancedCatalogingEditor" preference
     - Go to cataloguing and click on advanced editor to save preference to
       the cookie
     - Click on the down arrow in "Save to catalog" menu
     - You should see a "Duplicate" named backend
    
    Test Bug 16232 for no regression:
     - Search for a biblio in catalog
     - Click in "Edit record"
     - Advanced editor should appear.
       SUCCESS => browser url ends with #duplicate/{original biblionumber}
               => Title above toolbar is "Editing duplicate record of
                  #{original biblionumber}"
     - Save
       SUCCESS => browser url ends with #catalog/{new biblionumber}
               => Title above toolbar is "Editing catalog record #{new
    biblionumber}"
    
    More test:
     - Search for a biblio in catalog
     - Click on "Edit record"
     - Advanced editor should appear
     - Click on the down arrow in "Save to catalog" menu and click on
       Duplicate,
     - Record should be saved as a new one (same behavior)
    
    Signed-off-by: cori <corilynn.arn...@gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit a8ddf55667f60a3cdc23ef0b6272921bc975bc73)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

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

Summary of changes:
 acqui/neworderbiblio.pl                            |    2 ++
 acqui/neworderempty.pl                             |    3 +++
 .../prog/en/includes/blocking_errors.inc           |    2 ++
 .../prog/en/includes/cateditor-ui.inc              |    1 +
 .../prog/en/includes/relatives-issues-table.inc    |   25 ++++++++++++++++++++
 .../prog/en/modules/acqui/neworderbiblio.tt        |    2 ++
 .../prog/en/modules/acqui/neworderempty.tt         |    2 ++
 .../prog/en/modules/circ/circulation.tt            |   24 +------------------
 .../prog/en/modules/members/moremember.tt          |   23 +-----------------
 9 files changed, 39 insertions(+), 45 deletions(-)
 create mode 100644 
koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to