[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.09-13-g9db4d7e

Git repo owner gitmaster at git.koha-community.org
Wed Apr 22 14:41:50 CEST 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  9db4d7e204432269ccb5bd658ac6dc6d4f5a614b (commit)
      from  11b5c4b10ad02f24c82886a0103948ca9993ea89 (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 9db4d7e204432269ccb5bd658ac6dc6d4f5a614b
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Tue Apr 22 14:09:16 2014 +0200

    Bug 12122: TransferSlip should accept both itemnumber and barcode
    
    Added small patch to allow barcode as input in TransferSlip routine, mostly
    to allow generating transfer slips where only barcode is present (aka.
    javascript).
    
    Test plan:
    1) find book with <barcode> and <itemnumber>
    2) generate transferslips with both:
      transfer-slip.pl?transferitem=<itemnumber>3967925&branchcode=MPL&op=slip
      transfer-slip.pl?barcode=<barcode>&branchcode=MPL&op=slip
    and verify that the generated slips match.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Edit:
     - Added tests in t/db_dependent/Circulation_transfers.t
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Passes tests and QA script.
    Works with both itemnumber or barcode as described.
    Tested printing transfer slips with the URL examples given
    and in the UI.

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

Summary of changes:
 C4/Circulation.pm                      |    6 +++---
 circ/transfer-slip.pl                  |    3 ++-
 t/db_dependent/Circulation_transfers.t |   13 ++++++++++++-
 3 files changed, 17 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list