print notice that member returned all books
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / acquisitions_stats.tt
index 159e89a..66302dd 100644 (file)
                         [% CASE '1' %] Placed on (to)
                         [% CASE '2' %] Received on (from)
                         [% CASE '3' %] Received on (to)
-                        [% CASE '4' %] Supplier
-                        [% CASE '5' %] Home branch
+                        [% CASE '4' %] Vendor
+                        [% CASE '5' %] Home library
                         [% CASE '6' %] Collection
                         [% CASE '7' %] Item type
-                        [% CASE '8' %] Budget
+                        [% CASE '8' %] Fund
                         [% CASE '9' %] Sort1
                         [% CASE '10' %] Sort2
                         [% CASE %] Unknown filter
                                <td><input type="radio" name="Column" value="aqbooksellers.name" /></td>
                 <td>
                     <select name="Filter">
-                        <option value="">All suppliers</option>
+                        <option value="">All vendors</option>
                         [% FOREACH bookseller IN booksellers %]
                             <option value="[% bookseller.name %]">[% bookseller.name %]</option>
                         [% END %]
                 </td>
             </tr>
             <tr>
-                <td>Home branch</td>
+                <td>Home library</td>
                 <td><input type="radio" name="Line" value="items.homebranch" /></td>
                 <td><input type="radio" name="Column" value="items.homebranch" /></td>
                 <td>
                     <select name="Filter">
-                        <option value="" selected="selected">All branches</option>
+                        <option value="" selected="selected">All libraries</option>
                         [% FOREACH branch IN branches %]
                             <option value="[% branch.branchcode %]">[% branch.branchname %]</option>
                         [% END %]
                        </tr>
 
                        <tr>
-                               <td>Budget</td>
+                               <td>Fund</td>
                                <td><input type="radio" name="Line" value="aqbudgets.budget_code" /></td>
                                <td><input type="radio" name="Column" value="aqbudgets.budget_code" /></td>
                                <td>[% CGIBudget %]</td>