[Koha-bugs] [Bug 19794] Rename RLIST - Routing list notice template as it's not related to routing lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 17 08:00:32 CEST 2018


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

--- Comment #9 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 74287
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74287
Bug 19794: (follow-up) Add atomic update

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

::: installer/data/mysql/atomicupdate/bug_19794_update_rlist.sql
@@ +1,3 @@
> +UPDATE letter SET code = "SERIAL_ALERT" WHERE code = "RLIST";
> +UPDATE letter SET name = "New serial issue" WHERE name = "Routing List";
> +UPDATE letter SET name = "New serial issue" WHERE name = "Routing List";

This is duplicate.

You are missing:
UPDATE subscription SET letter = "SERIAL_ALERT" WHERE letter = "RLIST";

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


More information about the Koha-bugs mailing list