[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-29-g94a4c5f

Git repo owner gitmaster at git.koha-community.org
Thu Feb 26 06:01:08 CET 2015


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, 3.16.x has been updated
       via  94a4c5fd95c8a79b9c03fc9700eb9e74b1265379 (commit)
       via  542b6770c606d6e42b4020d1bf4a19f43a6548a9 (commit)
      from  081ce4ba27ec032e70a57d7f056e8aaa23490542 (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 94a4c5fd95c8a79b9c03fc9700eb9e74b1265379
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 20 10:11:24 2015 -0500

    Bug 13603 - autoBarcode setting hbyymmincr not taking month into account when looking up next increment
    
    The hbyymmincr autoBarcode builder looks up all barcodes that begin with
    any number of letters ( the branchcode ) and a two-digit year directly
    afterward ( e.g. MPL15 ), then grabs the last four digits as the
    increment counter. The problem is, this does not take months into
    account, so unlike the description that says the system is limited to
    10,000 items a month, it is limited to 10,000 items per *year*.
    
    This situation can easily be corrected my adding the month into the
    lookup ( e.g. MPL1501 ).
    
    Test Plan:
    1) Enable autoBarcode, set to hbyymmincr
    2) Catalog an item, let the barcode.pl plugin generate
       the next barcode.
    3) Catalog an item with the barcode MPL15009999
    4) Catalog another item, use the barcode.pl plugin to
       generate the next barcode.
    5) Note the barcode is generated ends with '0001' instead of the
       correct increment
    6) Apply this patch
    7) Repeat step 4
    8) Note the barcode now ends with the correct increment
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jeanne Heicher <nppublib at pa.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Problem confirmed - the continuing number bit was not reset
    to start counting from 1 again on the beginning of a new month.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 542b6770c606d6e42b4020d1bf4a19f43a6548a9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 26 15:14:59 2014 +0100

    Bug 13343: Embed items when send a basket/shelf
    
    When a basket/shelf is downloaded, items are embedded, but not when
    sending it by email.
    
    We would expect to get the same file.
    
    Test plan:
    On Opac and intranet:
    1/ Add records with items to your basket and send it by email.
    Verify the file contains items.
    2/ Add records with items to a list and send it by email.
    Verify the file contains items.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Barcodes/ValueBuilder.pm |    9 +++++----
 basket/sendbasket.pl        |    2 +-
 opac/opac-sendbasket.pl     |    2 +-
 opac/opac-sendshelf.pl      |    2 +-
 virtualshelves/sendshelf.pl |    2 +-
 5 files changed, 9 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list