@@ -, +, @@ interface - 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) --- .../intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/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.")); }); }); //]]> --