[Koha-bugs] [Bug 9325] overdue notices sent same messages for all users.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 28 04:21:22 CET 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list