@@ -, +, @@ isolated ' in currency.tt - Apply patch - Verify that currency administration works as before (Home > Administration > Currencies & Exchange rates > Currencies) - Examine code changes --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -49,7 +49,7 @@ @@ -149,7 +149,7 @@ [% IF op =='delete_confirm' %] [% IF nb_of_orders or nb_of_vendors %]
-

Cannot delete currency '[% currency.currency %]'

+

Cannot delete currency [% '' _ currency.currency _ '' %]'

[% IF nb_of_orders %] This currency is used by [% nb_of_orders %] orders. @@ -164,7 +164,7 @@

[% ELSE %]
-

Confirm deletion of currency '[% currency.currency %]'

+

Confirm deletion of currency '[% '' _ currency.currency _ '' %]'

--
Currency [% currency.currency %]