From 181603cf186344ebbed8a55eb6bb3cb529fe6f06 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] --- .../prog/en/modules/admin/currency.tt | 16 ++++++++++++---- 1 files 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 fd40142..7de59e4 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 %]
  • -- 1.7.2.5