http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7615
--- Comment #1 from Shane Sammons <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
