[Koha-bugs] [Bug 6571] advanced notice says 'unknown'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 14 21:14:55 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571

--- Comment #1 from Nicole C. Engard <nengard at gmail.com> 2011-07-14 19:14:55 UTC ---
This patch
http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77167b3b17690ccff682d410847b13aa5ac186e8
was supposed to change this, but it had a typo:

 +    $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice'
WHERE message_name='Advance_Notice'")

It should have been:

 +    $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice'
WHERE message_name='Advance Notice'")

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list