@@ -, +, @@ headings --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -430,10 +430,9 @@

Some records have not been automatically added because they match an existing record in your catalog: Display them

[% END %] -
+
[% IF ( books_loop ) %]

Orders

-
@@ -649,14 +648,13 @@ [% END %]
-
- [% END %] - [% IF ( listincgst ) %]** Vendor's listings already include tax. - [% END %] + [% END %] + [% IF ( listincgst ) %]** Vendor's listings already include tax.[% END %]
+ [% IF (cancelledorders_loop) %] +

Cancelled orders

-
--