6 Sep
2008
6 Sep
'08
5:38 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2581 ------- Comment #5 from mason.loves.sushi@gmail.com 2008-09-06 09:38 ------- and check that both holdingbranch and homebranch values are set correctly for all items. mysql> select holdingbranch , homebranch from items where biblionumber = 1; +---------------+------------+ | holdingbranch | homebranch | +---------------+------------+ | CPL | CPL | | FPL | FPL | | MPL | MPL | | CPL | CPL | +---------------+------------+ 4 rows in set (0.00 sec) have you??? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.