[koha-commits] updated branch master (cc680040052a0dd227b95120125671e51019ff23)

Koha Gitosis gitosis at git.koha.org
Wed Oct 7 03:13:47 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  cc680040052a0dd227b95120125671e51019ff23 (commit)
       via  39f870c5f9d8c8301fd9db07dfd5cca1f026afb8 (commit)
      from  ef6f41c32991661bccd8a9cec0c54228d1deefe3 (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 cc680040052a0dd227b95120125671e51019ff23
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Fri Sep 18 12:37:26 2009 -0400

    Bugfix Corrects a bug in the labels printer profile module which caused the printer name and tray to be updated incorrectly when saving changes.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 39f870c5f9d8c8301fd9db07dfd5cca1f026afb8
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Sat Sep 19 16:51:41 2009 -0400

    Bug 3649 Code39 Mod10 and Mod43 barcodes are produced with Mod9 checksums
    
    This may not present a problem inside of Koha, but would if scanned with
    software expecting mod10 or mod43.
    
    Current code uses the 'visa' method of the Algorithm::CheckDigits module which
    produces mod9 checksums.
    
    The patch changes to using 'code_39' for mod43 and 'siret' for mod10.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Labels/Label.pm                                 |   24 ++++++++++----------
 .../prog/en/modules/labels/label-edit-profile.tmpl |    2 +
 2 files changed, 14 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list