]> git.koha-community.org Git - koha.git/commit
Bug 9720 : uninitialized value warnings in circulation (followup 1)
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 27 Feb 2013 14:37:39 +0000 (15:37 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 24 Apr 2013 10:20:30 +0000 (22:20 +1200)
commit43e679156a5250e79de0accca960e4836aa55385
tree90a8d6ddb46d1e7671fabf9eac628a3bbe952ed5
parent24f42ba74ce0fe24b267ab9f6d8bd8064897b172
Bug 9720 : uninitialized value warnings in circulation (followup 1)

This patch corrects several uninitialized value errors.

Test plan:
- Edit a borrower
- Enter a surname using lowercase (it will be displayed uppercase by CSS) and save
=> Borrower surname is uppercase
- Edit an organisation (depends on borrower category)
- Enter a surname using lowercase (it will be displayed uppercase by CSS) and save
=> Borrower surname is uppercase
- Go to a borrower page who has today issues
- Click on More/Export today's checked in barcodes
=> You get a file to dowload

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
members/memberentry.pl
members/readingrec.pl