[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-28-g0bbaf0d1e6

Git repo owner gitmaster at git.koha-community.org
Tue May 12 00:56:33 CEST 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, 19.05.x has been updated
       via  0bbaf0d1e67d343beba5b043408c488db30db8bd (commit)
      from  0cc2ba382747b6fe20f4599895384041d9092c38 (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 0bbaf0d1e67d343beba5b043408c488db30db8bd
Author: Theodoros Theodoropoulos <theod at lib.auth.gr>
Date:   Wed Apr 8 08:21:12 2020 +0100

    Bug 23514: Split Call Numbers for all layout types
    
    This patch ensures call numbers are properly split for layout types
    other than 'BAR'.
    
    Test plan:
    
    1. Go to Label Creator and choose/create a Label Layout with "Choose
    layout type: Biblio"
    2. make sure you have at least "itemcallnumber" in Bibliographic data to
    print/Data fields
    3. check "Split call numbers" box and save the layout (ie testlayout)
    4. create a label batch, using items that have a call number (ie
    DC611.B848 H84 1997). LCC is used here, but you may try with Dewey as
    well.
    5. export selected batch using any template and the layout you created
    in previous step to a PDF
    6. Call numbers are splitted (as expected) in the resulting PDF file
    7. edit the layout you created in the previous step (ie testlayout) and
    change the  "Choose layout type:" to either Biblio/Barcode (BIBBAR) or
    Barcode/Biblio (BARBIB)
    8. export the same batch using the same template and layout as before
    9. Call numbers are NOT splitted at all
    
    After patch is applied, call numbers splitting functions are applied
    even in Biblio/Barcode (BIBBAR) or Barcode/Biblio (BARBIB) layout types.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ef9f3adbddbffdf0f734e68e11a0c0424d6ec975)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Labels/Label.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list