@@ -, +, @@ - Set CurrencyFormat to FR - Create a basket with orders in acq - Close it - Receive shipment and pick order line to receive - On this screen verify that the actual cost appears as comma-separated - Apply patch - Refresh page - Verify that the actual cost now appears .-separated --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -237,7 +237,7 @@
  • [% ecost | $Price %]
  • - +
  • [% IF order_vendornote %] --