@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -448,7 +448,9 @@ GST % GST Fund + [% IF Koha.Preference('Edifact') && ediaccount %] Supplier report + [% END %] [% IF ( active ) %] [% UNLESS ( closedate ) %] Modify @@ -475,7 +477,9 @@   [% foot_loo.tax_value | $Price %]   + [% IF Koha.Preference('Edifact') && ediaccount %]   + [% END %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -500,7 +504,9 @@   [% total_tax_value | $Price %]   + [% IF Koha.Preference('Edifact') && ediaccount %]   + [% END %] [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -584,7 +590,9 @@ [% books_loo.tax_rate * 100 | html %] [% books_loo.tax_value | $Price %] [% books_loo.budget_name | html %] + [% IF Koha.Preference('Edifact') && ediaccount %] [% books_loo.suppliers_report | html %] + [% END %] [% IF ( active ) %] [% UNLESS ( closedate ) %] --