@@ -, +, @@ orders - Correcting capitalization according to coding guidelines - Replacing the "Order Details" heading with the more succinct "Orders" --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++------- 1 file changed, 3 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 @@ -215,8 +215,8 @@ [% UNLESS ( delete_confirm ) %]
-

Order Details

[% IF ( books_loop ) %] +

Orders

@@ -339,10 +339,6 @@ [% END %]
- [% ELSE %] - - -
Basket empty
[% END %] [% IF ( listincgst ) %]** Vendor's listings already include tax. [% END %] @@ -413,8 +409,8 @@ - - + +
[% END %] --