From 4cc2a6c172867eed0bdd866004659f6036867e62 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 --- 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.11.0