http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13264 --- Comment #38 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 34115 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34115&action=edit Bug 13264: Follow up: in opac_utf8.t insert also delete of biblio In previous version of the test opac_utf8.t clears import from resevoir but it doesn't delete record from biblio table in MySQL. This the standard work of the feature, see: http://manual.koha-community.org/3.18/en/catalogtools.html#managestaged Now the script deletes also record on MySQL level. No necessary on Zebra level because it uses a temporaney Zebra index that it is clenaned at the end of the script. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.