[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.07-65-gbba7d3a

Git repo owner gitmaster at git.koha-community.org
Thu Jul 26 10:19:52 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, 17.11.x has been updated
       via  bba7d3a816ca456715b782fae6832b9ade3a1a58 (commit)
       via  fe1f65c6c1dbf0f44234a96735a3fba1bda1009e (commit)
       via  8f8a82ae2516d2bb7b6d08b307e2393e5d5bd3d7 (commit)
      from  6903cc0607efa6ec5f84ac9b750fe962088d1e07 (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 bba7d3a816ca456715b782fae6832b9ade3a1a58
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Thu Jan 25 14:37:56 2018 +0100

    Bug 20084: Fix Industrial2of5 and COOP2of5 patron card layouts
    
    == Test plan ==
    This is an oversimplification of a full patron card setup used in production.
    
    1. Create a batch with 1 patron
    2. Create a layout and set
         the name
         "Print card number as barcode"
         "Barcode type:" to "Code 39"
    3. Create a card template without filling anything
    4. Export the batch using the layout and template
    5. You should have a white page with a barcode
         And no errors in the relevant log file
         This show that this setup isn't completely bogus
         (although Code 39 is the only type working...)
    6. Layout: set "Barcode type:" to Industrial2of5
    7. Export the batch
    8. You should have a white page with no barcode
         And errors in the relevant log file
         "Invalid Characters"
         This is the bug.
    9. Layout: set "Barcode type:" to COOP2of5
    10. Export the batch
    11. You should have a white page with no barcode
          And errors in the relevant log file
          "Invalid Characters"
          This is the bug.
    12. Apply this patch
    13. Retry with both non-working patches
        1. You should have a white page with a barcode
        2. And no errors in the relevant log file
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2e237ce6fb02d82fae9d1162bbcfaf9dc2f25bb0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit fe1f65c6c1dbf0f44234a96735a3fba1bda1009e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 9 13:24:44 2018 +0000

    Bug 21054: Remove extraneous </body> tag from sco-main.tt
    
    To test:
    1 - Enable sco and setup AutoSelfCheck
    2 - Try to use self checkout and print receipt
    3 - You shoudl be redirected to the login page
    4 - Apply patch and restart all the things
    5 - Try to use self checkout and print a receipt
    6 - Success!
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d9a94cc7e5fbcf924a1368423179c7d05fa49c8b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8f8a82ae2516d2bb7b6d08b307e2393e5d5bd3d7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 21 18:06:00 2018 -0300

    Bug 20979: Fix confirm deletion popup when deleting a biblio
    
    When deleting an empty bib, error messages pops up "1 order(s) are
    using this record. You need order managing permissions to delete this
    record." even though user has superlibrarian permissions.  Prevents the
    deletion of the bib record.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 48cecf7935728420567f62214c672c30e5fdfd7a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Patroncards/Patroncard.pm                             |    4 ++--
 koha-tmpl/intranet-tmpl/prog/js/catalog.js               |    6 +++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    1 -
 3 files changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list