28 Feb
2012
28 Feb
'12
7:44 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7615 --- Comment #1 from Shane Sammons <ssammons@npelem.com> 2012-02-28 18:44:19 UTC --- If it helps at all I made an SQL statement and tested it after finding a books ID.. SELECT B.branchname FROM branches as B, items as I WHERE I.itemnumber = <itemnumberhere> AND I.homebranch = B.branchcode -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.