Bug 10045: Switch budget to fund in suggestions
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 14 Apr 2013 16:02:43 +0000 (18:02 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 26 Apr 2013 02:11:20 +0000 (22:11 -0400)
Labels are budget, but should be fund.

To test:
1) Check the table on the suggestions page.
2) Check the suggestion edit form.
3) Check the suggestion display.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

index 0ce3804..bd855bf 100644 (file)
@@ -230,7 +230,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
           <span class="label">Library:</span> [% branchname %]
         </li>
         <li>
-          <span class="label">Budget:</span> [% budgetname %]
+          <span class="label">Fund:</span> [% budgetname %]
         </li>
         <li>
           <span class="label">Copies:</span>[% quantity %]
@@ -329,7 +329,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
                 [% IF ( branchloo.selected ) %]<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]<option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %][% END %]
             </select>
         </li>
-        <li><label for="budgetid">Budget:</label>
+        <li><label for="budgetid">Fund:</label>
             <select name="budgetid" id="budgetid">
                 <option value="">Any</option>[% FOREACH budgetsloo IN budgetsloop %]
                 [% IF ( budgetsloo.selected ) %]<option value="[% budgetsloo.budget_id %]" selected="selected">[% budgetsloo.budget_name %]</option>[% ELSE %]<option value="[% budgetsloo.budget_id %]">[% budgetsloo.budget_name %]</option>[% END %][% END %]
@@ -392,7 +392,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
             <th>Suggested by - on</th>
             <th>Managed by - on</th>
             <th>Library</th>
-            <th>Budget</th>
+            <th>Fund</th>
             <th>Status</th></tr>
     </thead>
         <tbody>