[Koha-bugs] [Bug 7615] Give option to use description for homebranch/holding branch in label creator instead of the branchcode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 28 19:44:19 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7615

--- Comment #1 from Shane Sammons <ssammons at 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.


More information about the Koha-bugs mailing list