View | Details | Raw Unified | Return to bug 13593
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 376-382 $(document).ready(function() Link Here
376
                          <th>Location</th>
376
                          <th>Location</th>
377
                          <th>Call number</th>
377
                          <th>Call number</th>
378
                          <th>Copy number</th>
378
                          <th>Copy number</th>
379
                          <th>Stock number</th>
379
                          <th>Inventory number</th>
380
                          <th>Collection code</th>
380
                          <th>Collection code</th>
381
                          <th>Item type</th>
381
                          <th>Item type</th>
382
                          <th>Materials</th>
382
                          <th>Materials</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 178-184 Link Here
178
                            <th>Location</th>
178
                            <th>Location</th>
179
                            <th>Call number</th>
179
                            <th>Call number</th>
180
                            <th>Copy number</th>
180
                            <th>Copy number</th>
181
                            <th>Stock number</th>
181
                            <th>Inventory number</th>
182
                            <th>Collection code</th>
182
                            <th>Collection code</th>
183
                            <th>Item type</th>
183
                            <th>Item type</th>
184
                            <th>Materials</th>
184
                            <th>Materials</th>
Lines 221-227 Link Here
221
                            <th>Location</th>
221
                            <th>Location</th>
222
                            <th>Call number</th>
222
                            <th>Call number</th>
223
                            <th>Copy number</th>
223
                            <th>Copy number</th>
224
                            <th>Stock number</th>
224
                            <th>Inventory number</th>
225
                            <th>Collection code</th>
225
                            <th>Collection code</th>
226
                            <th>Item type</th>
226
                            <th>Item type</th>
227
                            <th>Materials</th>
227
                            <th>Materials</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt (-2 / +1 lines)
Lines 1-4 Link Here
1
Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Stock number, Status, Checkouts
1
Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Inventory number, Status, Checkouts
2
[% FOREACH item IN results -%]
2
[% FOREACH item IN results -%]
3
  [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item -%]
3
  [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item -%]
4
[%- END -%]
4
[%- END -%]
5
- 

Return to bug 13593