From 1f2f70606e2bdb153da95cfad769bbd977cecd90 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 30 Nov 2018 15:08:43 +0000 Subject: [PATCH] Bug 21929: Fix typo lass -> class Test plan: - Apply patch - Load orderreceive.pl => TEST: Observe that the Unit Price hint has the "hint" class CSS applied --- 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 0461f16e73..c2a723c70e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -297,7 +297,7 @@
  • [% ecost | $Price | html %] [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
  • - [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %] + [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
  • [% IF order_vendornote %] -- 2.11.0