From b415774c9a3a24c737d4357ee29204ad4fda2a87 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 21 Apr 2011 22:24:37 +0200 Subject: [PATCH] Bug 6246: Modify/Delete links were missing from basket lines Content-Type: text/plain; charset="utf-8" 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 @@ [% 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 -- 1.7.1