From 8d5c38fd4760f804515b13b7f79b9a5dbfff988b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 22 Apr 2014 07:13:19 -0400 Subject: [PATCH] Bug 9593: (QA Followup) - use "ISO" instead of "iso" - move hint text Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/currency.tt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index fd40142289..7de59e4e94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -46,8 +46,6 @@
-

The active currency priority will be picked during the importation process from a staged file whenever the price data is provided under different currencies.
-The symbol may be the pure currency sign or a string in which it's included ( like '$US' ).

[% IF ( else ) %]
New currency @@ -83,7 +81,7 @@ The symbol may be the pure currency sign or a string in which it's included ( li Required
  • - + Required
  • @@ -165,7 +163,7 @@ The symbol may be the pure currency sign or a string in which it's included ( li Currency Rate Symbol - Iso code + ISO code Last updated Active Actions  @@ -197,6 +195,16 @@ The symbol may be the pure currency sign or a string in which it's included ( li Next >> [% END %] +
    +

    + When importing MARC files via the staging tools, the tool will attempt to find and use the price of the currently active currency. +

    +

    + Some examples of compatible price fields include "$9.99", "9.99 USD", "$9.99 USD", "9.99 USD (10.00 CAN)", "$9.99 USD (paperback)". + These examples assume USD is the active currency. +

    +
    + [% END %]
  • -- 2.39.5