http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5418 --- Comment #1 from Koustubha Kale <kmkale@anantcorp.com> 2010-11-18 06:34:46 UTC --- Created attachment 2770 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2770 Patch adds a new itemBarcodeInputFilter for libsuite8 style barcodes This patch emulates the functionality of Libsuite8 software of converting the scanned barcode into one stored in Koha using the itemBarcodeInputFilter system preference. To use this new itemBarcodeInputFilter systempreference choice called 'libsuite8', the barcodes stored in Koha must match the pattern of <branchcode>-<itemtype_code>-<accession_number>. This is easy to achieve while doing retrospective conversion from Libsuite8 to Koha. As expected the itemBarcodeInputFilter will return unmodified barcode is presented with a barcode of pattern <branchcode>-<itemtype_code>-<accession_number> The perl code in C4/Circulation.pm is ugly and NEEDS major code cleanup. All help is much appreciated.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.