Library card numbers, branch entry
Questions. 1. What are valid library card numbers? i keep trying... worked out a spreadsheet that does the checkdigit subroutine inside C4::Input.pm and got the last digit to match the result.. and its still not valid. 2. I try to add a branch into the branch list.. but it doesnt work, and just shows me a blank page afterwards. Whats wrong?
When I looked at the perl code I think it had to be a ten digit number. Craig Waylon Robertson wrote:
Questions. 1. What are valid library card numbers? i keep trying... worked out a spreadsheet that does the checkdigit subroutine inside C4::Input.pm and got the last digit to match the result.. and its still not valid.
2. I try to add a branch into the branch list.. but it doesnt work, and just shows me a blank page afterwards. Whats wrong?
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
When adding new members invalid cardnumber is comming. but if i give 123456789 as the card number its taking. even if another card number 123456789 exists. Aftab On Tue, 26 Mar 2002, Craig wrote:
When I looked at the perl code I think it had to be a ten digit number.
Craig
Waylon Robertson wrote:
Questions. 1. What are valid library card numbers? i keep trying... worked out a spreadsheet that does the checkdigit subroutine inside C4::Input.pm and got the last digit to match the result.. and its still not valid.
2. I try to add a branch into the branch list.. but it doesnt work, and just shows me a blank page afterwards. Whats wrong?
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Even if i enter a 10 digit number while adding new member as the card number it shows only 9 digits. so i cannot distinguish the card numbers starting with same first 9 digits. Aftab On Tue, 26 Mar 2002, Craig wrote:
When I looked at the perl code I think it had to be a ten digit number.
Craig
Waylon Robertson wrote:
Questions. 1. What are valid library card numbers? i keep trying... worked out a spreadsheet that does the checkdigit subroutine inside C4::Input.pm and got the last digit to match the result.. and its still not valid.
2. I try to add a branch into the branch list.. but it doesnt work, and just shows me a blank page afterwards. Whats wrong?
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Craig -
Md. Aftabuddin -
Waylon Robertson