---- Reported by nengard@gmail.com 2009-09-26 00:05:39 ---- This is a tini tiny bug that has been driving me nuts - the word DUE is the only word that is in all caps on the list of enhanced message types. ---- Additional Comments From nengard@gmail.com 2009-09-26 00:06:35 ---- Created an attachment proposed patch --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:13 UTC --- This bug was previously known as _bug_ 3670 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3670 Imported an attachment (id=1503) Actual time not defined. Setting to 0.0 The original submitter of attachment 1503 [details] [review] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
This is marked fixed, but I can't find a record of this commit - has this been committed into 3.2? It's a simple little fix that doesn't change any features or strings (not really) so I'd love to see it in 3.2 if it's not already.
adding bugs list to qa to get an answer to previous comment
was never really fixed or pushed - reopening until the patch is pushed.
I see a translation problem here. The message_attributes table is part of the sql files that get translated. There should be no update to the database, only a change for new ones. Or an updatedatabase that checks for the existing of DUE.
I'll update it to only update it if it says 'DUE' but we do need a db update because so many people have it that way right now and it DRIVES ME CRAZY!! :)
Created attachment 3004 [details] [review] updated patch for english only
Patch pushed, please test and marked resolved
The database change works fine, but the display in the staff client is now broken. Since the value of the notice no longer matches "Item DUE", the messaging-preferences-form.inc file falls down to labelling the notices as "Unknown". Working on a patch.
follow up patch signed off and sent to the list
Follow up patch pushed, test
Tested on master, "Item Due" is displayed correctly.