From dcba798d8623e348d4475654a0d827da21d40e28 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 5 Jun 2018 13:26:43 +0300 Subject: [PATCH] Bug 20881: Order receiving: Price filter missing on_editing When the Price-filter is used on editable data, it should have the on_editing -tag. Add it to the orderreceive.tt Signed-off-by: Pasi Kallinen Signed-off-by: Katrin Fischer To test: - 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index abd35a62db..1abf288ffa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -237,7 +237,7 @@
  • [% ecost | $Price %]
  • - +
  • [% IF order_vendornote %] -- 2.17.1