From 499dbca6b8f83cb9e1a6bdc28ee13324a21e417d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Aug 2014 12:39:44 +0200 Subject: [PATCH] Bug 12840: The budgeted cost and the total are automatically calculated Both of these 2 values should not be modified by the user. Since these values depend on the discount and the quantity. Test plan: Verify you cannot modify the budgeted cost and the total price on creating/modifying an order. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/acqui/neworderempty.tt | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 72dfeca418..21b48a8cf1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -539,22 +539,12 @@ $(document).ready(function() [% END %]
  • - [% IF ( close ) %] - - [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %] - [% ELSE %] - - [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %] - [% END %] + + [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
  • - [% IF ( close ) %] - - - [% ELSE %] - - (budgeted cost * quantity) - [% END %] + + (budgeted cost * quantity)
  • [% IF ( close ) %] -- 2.39.2