[Koha-patches] [PATCH] Bug 6246: Modify/Delete links were missing from basket lines

Katrin Fischer Katrin.Fischer.83 at web.de
Thu Apr 21 22:26:22 CEST 2011


Another TT problem.
---
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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 737dd40..d34e3d5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
@@ -272,10 +272,10 @@
                         <td class="number">[% books_loo.quantity %]</td>
                         <td class="number">[% books_loo.line_total %]</td>
                         <td>[% books_loo.budget_name %]</td>
-                        [% IF ( books_loo.active ) %]
-                            [% UNLESS ( books_loo.closedate ) %]
+                        [% IF ( active ) %]
+                            [% UNLESS ( closedate ) %]
                             <td>
-                                <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&amp;booksellerid=[% books_loo.booksellerid %]&amp;basketno=[% books_loo.basketno %]">Modify</a>
+                                <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Modify</a>
                             </td>
                             <td>
                             <a href="javascript:confirm_delete_item([% books_loo.ordernumber %],[% books_loo.biblionumber %])" class="button">Delete</a>
-- 
1.7.1



More information about the Koha-patches mailing list