From caf4c4b37e9d954d845fd876ac0d4ed0b567a97a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 21 Apr 2011 22:26:22 +0200 Subject: [PATCH] Bug 6246: Modify/Delete links were missing from basket lines Another TT problem. Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 6 +++--- 1 file 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 737dd40611..d34e3d5135 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 @@ [% books_loo.quantity %] [% books_loo.line_total %] [% books_loo.budget_name %] - [% IF ( books_loo.active ) %] - [% UNLESS ( books_loo.closedate ) %] + [% IF ( active ) %] + [% UNLESS ( closedate ) %] - Modify + Modify Delete -- 2.39.2