[Koha-bugs] [Bug 17529] Add a --with-records option to populate_db.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 11 09:32:12 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17529

--- Comment #8 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list