10 Jul
2015
10 Jul
'15
12:01 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14506 Pedro Ferreira <pedro.m.ferreira@mail.cm-portel.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Pedro Ferreira <pedro.m.ferreira@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.