http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4354 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I would really love to see this going in, but I have found a problem with editing the hardduedate setting. When you try to modify a rule that has no hard due date set (shows as: none defined) the field is filled with "defined" on modifying the rule. Also I think this part won't work correctly with translated templates as it seems to rely on the English strings in the template: // specific processing for the Hard due date column var s = itm.split(' '); var select_value; if ( s[0] == "before" ) { select_value = -1 } else if ( s[0] == "on" ) { select_value = 0 } else if ( s[0] == "after" ) { select_value = 1 } Jonathan - could you take a look at that? If it's not too hard to fix switch back to signed off. -- You are receiving this mail because: You are watching all bug changes.