Bugzilla – Attachment 72381 Details for
Bug 4078
Add the ability to customize and display the symbol for a currency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4078: Pass with_symbol to module
Bug-4078-Pass-withsymbol-to-module.patch (text/plain), 957 bytes, created by
Kyle M Hall (khall)
on 2018-03-02 17:46:16 UTC
(
hide
)
Description:
Bug 4078: Pass with_symbol to module
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-02 17:46:16 UTC
Size:
957 bytes
patch
obsolete
>From 21ee4493c05b9fee9eed1c945c269f87517127b4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 1 Feb 2018 14:31:48 -0300 >Subject: [PATCH] Bug 4078: Pass with_symbol to module > >The template plugin did not pass the with_symbol flag to the module and >so was not taken into account > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Template/Plugin/Price.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Template/Plugin/Price.pm b/Koha/Template/Plugin/Price.pm >index 44f7cd8..ec1fe71 100644 >--- a/Koha/Template/Plugin/Price.pm >+++ b/Koha/Template/Plugin/Price.pm >@@ -31,7 +31,7 @@ sub filter { > $config->{on_editing} //= 0; > return $config->{on_editing} > ? Koha::Number::Price->new( $value )->format_for_editing >- : Koha::Number::Price->new( $value )->format; >+ : Koha::Number::Price->new( $value )->format( $config ); > } > > 1; >-- >2.10.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4078
:
7308
|
43320
|
45877
|
45878
|
45888
|
71118
|
71119
|
71120
|
71121
|
71122
|
71123
|
72378
|
72379
|
72380
|
72381
|
72382
|
72383
|
72511
|
72512
|
72513
|
72514
|
72515
|
72516
|
73196