https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16217
--- Comment #6 from Bernardo Gonzalez Kriegel <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
