From 03af7248a90e6a92e98cd85c53aa4988c2e1d852 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 17 Jan 2014 11:46:02 +0100 Subject: [PATCH] [PASSED QA] Bug 11579: Show ordernumber in basket.pl tables Test plan: Verify the ordernumber is correctly displayed on the basket page (acqui/basket.pl?basketno=X) Signed-off-by: silvere Signed-off-by: Katrin Fischer Fixed a tiny typo in the HTML: > . Passes all tests and QA script. Tested that the ordernumber is now displayed and table sorting works for the smaller and more detailed table. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index da78b7b..e774a6e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -404,6 +404,7 @@ + @@ -426,6 +427,7 @@ [% FOREACH foot_loo IN book_foot_loop %] + @@ -446,6 +448,7 @@ [% END %] + @@ -469,7 +472,11 @@ [% FOREACH books_loo IN books_loop %] [% IF ( books_loo.order_received ) %][% ELSE %][% IF ( books_loo.toggle ) %][% ELSE %][% END %][% END %] +
No. Order RRP tax exc. ecost tax exc.
Total (GST [% foot_loo.gstgsti %])    
Total ([% currency %])    
-

[% IF ( books_loo.order_received ) %] (rcvd)[% END %] + [% books_loo.ordernumber %] +

+

+ [% IF ( books_loo.order_received ) %] (rcvd)[% END %] [% books_loo.title |html %] by [% books_loo.author %]
[% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %] @@ -562,6 +569,7 @@ + @@ -579,6 +587,9 @@ [% FOREACH order IN cancelledorders_loop %] +
No. Order RRP tax exc. ecost tax exc.
+ [% order.ordernumber %] +

[% IF ( order.order_received ) %] (rcvd)[% END %] [% IF (order.title) %] -- 1.8.3.2