11 Nov
2016
11 Nov
'16
9:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17529 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 57452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57452&action=edit Bug 17529: Remove items without homebranch In the previous data, there are 11 items without homebranch select distinct (homebranch), count(*) from items group by holdingbranch; This patch regenerates the sql file without these items. Feel free to squash with the first patch! -- You are receiving this mail because: You are watching all bug changes.