From 8553663fc991378e057f579ce51bde21e12f4ea3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 13 Aug 2013 10:05:58 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 9238 - fund pull down says 'select budget' When adding a new order to a basket the fund selection field is labeled "Fund:" but the default option is "Select a budget." This patch changes this string to "Select a fund" and also corrects the associated JavaScript error message text displayed when one doesn't choose a fund. To test, add an order to basket. The "New order" form should show "Select a fund" as the default option for "Fund" in the "Accounting details" section. If you submit the form without selecting a fund the error message should read "You must select a fund." Signed-off-by: Nicole C. Engard tests pass --- .../prog/en/modules/acqui/neworderempty.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 52def80..da8f88a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -40,7 +40,7 @@ function Check(ff) { if(isNull(ff.budget_id,1)){ ok=1; - _alertString += "\n- "+ _("You must select a budget"); + _alertString += "\n- "+ _("You must select a fund"); } if (!(isNum(ff.quantity,0)) || ff.quantity.value == 0){ @@ -383,7 +383,7 @@ $(document).ready(function() [% END %][%# UNLESS subscriptionid %] [% END %][%# IF (AcqCreateItemOrdering) %]
- Accounting Details + Accounting details
  1. [% IF ( close ) %] @@ -415,7 +415,7 @@ $(document).ready(function() [% ELSE %]