[Koha-bugs] [Bug 14506] barcode printing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 10 13:01:15 CEST 2015


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

Pedro Ferreira <pedro.m.ferreira at mail.cm-portel.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Pedro Ferreira <pedro.m.ferreira at mail.cm-portel.pt> ---
Bug solved.

In my koha, the table ITEMS in the collumn HOMEBRANCH every item was set to
NULL.

I updated the filed to the correct homebranch id and it solved.

update items set homebranch='MY_CORRECT_HOMEBRANCH_ID'

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list