Re: [Koha] Unable to print barcode

2013-11-05 Thread John Leger
Thanks to Heather Braum she suggested to change the card number to upper case...that was the fix. I changed it in the database via the following script: Update koha.borrowers Set cardnumber = UPPER(cardnumber) John Léger Senior IT Technical Support Specialist International Christian School

Re: [Koha] Unable to print barcode

2013-11-03 Thread Chris Cormack
* John Leger (leg...@ics.edu.hk) wrote: Hi community. I am a new koha user here and I am having trouble printing out the barcodes in the patron card creator. The problem is that the barcodes just do not show up. In my layout I have the box checked that says Print card number as barcode

Re: [Koha] Unable to print barcode

2013-11-03 Thread John Leger
Server information Koha version: 3.08.17.001 OS version ('uname -a'):Linux koha 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/LinuxPerl interpreter:/usr/bin/perlPerl version:5.010001Perl @INC:/home/koha/kohaclone /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1