[Koha-bugs] [Bug 25812] Fines can be displayed on SIP checkin/checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 1 21:28:09 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812

--- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
+                    $message .= (" - You owe " . Koha::Number::Price->new(
$balance )->format({ with_symbol => 1}) . ".");

.= a list? those parenthesis are not needed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list