@@ -, +, @@ empty page-section - Search for a vendor and add a basket if necessary. - View the details of an empty basket. - Under the "General information" or "Settings" sections there should be no empty white box. - View the details of a basket which has orders (using the "Add to basket" process if necessary). - Orders should be displayed correctly. --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -454,8 +454,8 @@ [% END %] -
- [% IF ( books_loop ) %] + [% IF ( books_loop ) %] +

Orders

@@ -727,9 +727,9 @@ [% END %]
- [% END # / IF ( books_loop ) %] - [% IF ( listincgst ) %]** Vendor's listings already include tax.[% END %] -
+ [% IF ( listincgst ) %]** Vendor's listings already include tax.[% END %] +
+ [% END # / IF ( books_loop ) %] [% IF (cancelledorders_loop) %]
--