@@ -, +, @@ calculated --- .../prog/en/modules/acqui/neworderempty.tt | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -536,22 +536,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 ) %] --