[Koha-bugs] [Bug 16217] Notice' names may have diverged

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 26 18:36:49 CEST 2016


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

--- Comment #6 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Now applies but...

I run
insert into letter select module,code,branchcode,'New advance
name',is_html,title,content,'print' from letter where code = 'PREDUE'

Then
SELECT code, name, message_transport_type from letter WHERE code='PREDUE' OR
code='OVERDUE' gives
+--------+----------------------------+------------------------+
| code   | name                       | message_transport_type |
+--------+----------------------------+------------------------+
| PREDUE | Advance Notice of Item Due | email                  |
| PREDUE | New advance name           | print                  |
+--------+----------------------------+------------------------+

This is the case we are trying to fix, isn't it?

Running perl installer/data/mysql/updatedatabase.pl
DEV atomic update: bug_16217.perl

does not fix this. 
Am I doing the right test?

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


More information about the Koha-bugs mailing list