[Koha-bugs] [Bug 12128] Acq basket shows some values with single decimal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 9 18:57:37 CET 2014


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |RESOLVED
                 CC|                            |katrin.fischer at bsz-bw.de
         Resolution|---                         |DUPLICATE

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think this patch got lost 'in discussion'. In the current pl file we got:
        total_gste           => sprintf( "%.2f", $total_gste ),
        total_gsti           => sprintf( "%.2f", $total_gsti ),
        total_gstvalue       => sprintf( "%.2f", $total_gstvalue ),
So the display problem no longer appears.

I agree that the formatting should be in the template - Jonathan has worked on
a TT plugin for currencies in acq that I think will do that.

*** This bug has been marked as a duplicate of bug 12970 ***

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


More information about the Koha-bugs mailing list