http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9325
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |[email protected] --- Comment #2 from Chris Cormack <[email protected]> --- Commit 40f9914e60e002ae4cbf10d09cff8bbf32abd8fe for bug 8378 created this bad behaviour. I would be in favour of reverting that, and fixing the fines bug by just doing @@ -671,7 +679,7 @@ sub parse_letter { my $currency_format; if ($params->{'letter'}->{'content'} =~ m/<fine>(.*)<\/fine>/o) { # process any fine tags... $currency_format = $1; - $params->{'letter'}->{'content'} =~ s/<fine>.*<\/fine>/<<item.fine>>/o; + $params->{'letter'}->{'content'} =~ s/<fine>.*<\/fine>/<<items.fine>>/o; } -- 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/
