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

Pedro Ferreira <[email protected]> changed:

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

--- Comment #2 from Pedro Ferreira <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to