@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/currency.tt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/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 %]
  • --