[Koha-patches] [PATCH 09/92] [2343] Hide "duplicate root budget" if no root budget selected

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:02 CET 2009


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/includes/budgets-admin.inc             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc
index 27cbccb..480b081 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc
@@ -25,8 +25,8 @@
                         { text: _("New root budget"), url: "/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form" },
                         <!-- TMPL_IF NAME="budget_period_id" -->
                         { text: _("Edit root budget '<!-- TMPL_VAR NAME="budget_period_description" -->'"), url: "/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&budget_period_id=<!-- TMPL_VAR NAME="budget_period_id" -->" },
+                        { text: _("Duplicate root budget '<!-- TMPL_VAR NAME="budget_period_description" -->'"), },
                         <!-- /TMPL_IF -->
-                        { text: _("Duplicate root budget"),  },
                 ]
 
 // IF THERE IS NO BUDGETS DEFINED YET, THEN DISPLAY PERIOD BUTTON *ONLY*
-- 
1.6.3.3




More information about the Koha-patches mailing list