From 51f76adde735554977fe4e4d8ff3d58cdec3a176 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 12 Jan 2020 12:40:51 +0100 Subject: [PATCH] Bug 11161: Relabel 'child fund' to 'sub fund' in staff interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was noted, that 'sub fund' might be a better term to use than 'child fund'. So this patch changes it. To test, check with and without patch: - Add a budget in acquisitions - Add a fund in acquisitions - Add a sub/child fund to your fund (label of menu item #1) - Edit your first fund, check option to update owners of sub/child funds (#2) - Try to delete your 'parent' fund (tooltip #3) - Click on the greyed out entry (alert ÃÃ#4) If you like the chane, please sign-off. If you think otherwise, please comment on the bug report. --- .../intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 6a4f35a3b4..f8e985cd4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -177,11 +177,11 @@ @@ -268,7 +268,7 @@
  • Selecting this option will overwrite existing fund owners, if any
  • @@ -694,7 +694,7 @@ $(".deletefund-disabled").tooltip().on("click", function(e){ e.preventDefault(); - alert(_("This fund has children. It cannot be deleted.")); + alert(_("This fund has sub funds. It cannot be deleted.")); }); }); //]]> -- 2.17.1