[Koha-bugs] [Bug 18284] Biblio metadata are not moved to the deleted table when a biblio is deleted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 17 08:10:24 CET 2017


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 61193
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61193
Bug 18284: (bug 17196 follow-up) Move biblio metadata when a biblio is deleted

Review of attachment 61193:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18284&attachment=61193)
-----------------------------------------------------------------

New FIXME..?

::: C4/Biblio.pm
@@ +3361,4 @@
>      my $sth = $dbh->prepare("SELECT * FROM biblio WHERE biblionumber=?");
>      $sth->execute($biblionumber);
>  
> +    # FIXME There is a transaction in _koha_delete_biblio_metadata

Why add the FIXME rather than adding the code to actually solve the problem?

Nested transactions work well in DBIC whenever I've used them

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list