From e76067b56e0fbc06ddfa1e8a2bdb3771f1b11e90 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 22 Apr 2014 07:13:19 -0400 Subject: [PATCH] [PASSED QA] Bug 9593 [QA Followup] Signed-off-by: Katrin Fischer --- .../intranet-tmpl/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 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.8.3.2