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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc (-1 / +1 lines)
Lines 9-15 Link Here
9
                    <th scope="col">Title</th>
9
                    <th scope="col">Title</th>
10
                    <th scope="col">Record-level item type</th>
10
                    <th scope="col">Record-level item type</th>
11
                    <th scope="col">Item type</th>
11
                    <th scope="col">Item type</th>
12
                    <th scope="col">Collection code</th>
12
                    <th scope="col">Collection</th>
13
                    <th scope="col">Location</th>
13
                    <th scope="col">Location</th>
14
                    <th scope="col">Checked out on (hidden, unformatted)</th>
14
                    <th scope="col">Checked out on (hidden, unformatted)</th>
15
                    <th scope="col">Checked out on</th>
15
                    <th scope="col">Checked out on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 268-274 Link Here
268
                          <th>Call number</th>
268
                          <th>Call number</th>
269
                          <th>Copy number</th>
269
                          <th>Copy number</th>
270
                          <th>Inventory number</th>
270
                          <th>Inventory number</th>
271
                          <th>Collection code</th>
271
                          <th>Collection</th>
272
                          <th>Item type</th>
272
                          <th>Item type</th>
273
                          <th>Materials</th>
273
                          <th>Materials</th>
274
                          <th>Notes</th>
274
                          <th>Notes</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 126-132 Link Here
126
                            <th>Call number</th>
126
                            <th>Call number</th>
127
                            <th>Copy number</th>
127
                            <th>Copy number</th>
128
                            <th>Inventory number</th>
128
                            <th>Inventory number</th>
129
                            <th>Collection code</th>
129
                            <th>Collection</th>
130
                            <th>Item type</th>
130
                            <th>Item type</th>
131
                            <th>Materials</th>
131
                            <th>Materials</th>
132
                            <th>Notes</th>
132
                            <th>Notes</th>
Lines 169-175 Link Here
169
                            <th>Call number</th>
169
                            <th>Call number</th>
170
                            <th>Copy number</th>
170
                            <th>Copy number</th>
171
                            <th>Inventory number</th>
171
                            <th>Inventory number</th>
172
                            <th>Collection code</th>
172
                            <th>Collection</th>
173
                            <th>Item type</th>
173
                            <th>Item type</th>
174
                            <th>Materials</th>
174
                            <th>Materials</th>
175
                            <th>Notes</th>
175
                            <th>Notes</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 349-355 Link Here
349
        [% CASE 'CAND' %]
349
        [% CASE 'CAND' %]
350
            <p></p>
350
            <p></p>
351
        [% CASE 'CCODE' %]
351
        [% CASE 'CCODE' %]
352
            <p>Collection codes (appears when cataloging and working with items)</p>
352
            <p>Collections (appear when cataloging and working with items)</p>
353
        [% CASE 'cn_source' %]
353
        [% CASE 'cn_source' %]
354
            <p></p>
354
            <p></p>
355
        [% CASE 'CONTROL_NUM_SEQUENCE' %]
355
        [% CASE 'CONTROL_NUM_SEQUENCE' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-3 / +3 lines)
Lines 12-18 Link Here
12
    [% CASE 'author' %]<span>Author</span>
12
    [% CASE 'author' %]<span>Author</span>
13
    [% CASE 'publishercode' %]<span>Publisher</span>
13
    [% CASE 'publishercode' %]<span>Publisher</span>
14
    [% CASE 'publicationyear' %]<span>Publication date</span>
14
    [% CASE 'publicationyear' %]<span>Publication date</span>
15
    [% CASE 'collectiontitle' %]<span>Collection</span>
15
    [% CASE 'collectiontitle' %]<span>Collection title</span>
16
    [% CASE 'isbn' %]<span>ISBN</span>
16
    [% CASE 'isbn' %]<span>ISBN</span>
17
    [% CASE 'issn' %]<span>ISSN</span>
17
    [% CASE 'issn' %]<span>ISSN</span>
18
    [% CASE 'homebranch' %]<span>Home library</span>
18
    [% CASE 'homebranch' %]<span>Home library</span>
Lines 22-29 Link Here
22
    [% CASE 'All locations' %]<span>All locations</span>
22
    [% CASE 'All locations' %]<span>All locations</span>
23
    [% CASE 'itype' %]<span>Item type</span>
23
    [% CASE 'itype' %]<span>Item type</span>
24
    [% CASE 'All item types' %]<span>All item types</span>
24
    [% CASE 'All item types' %]<span>All item types</span>
25
    [% CASE 'ccode' %]<span>Collection code</span>
25
    [% CASE 'ccode' %]<span>Collection</span>
26
    [% CASE 'All collection codes' %]<span>All collection codes</span>
26
    [% CASE 'All collection codes' %]<span>All collections</span>
27
    [% CASE 'notforloan' %]<span>Status</span>
27
    [% CASE 'notforloan' %]<span>Status</span>
28
    [% CASE 'All statuses' %]<span>All statuses</span>
28
    [% CASE 'All statuses' %]<span>All statuses</span>
29
    [% CASE 'damaged' %]<span>Damaged</span>
29
    [% CASE 'damaged' %]<span>Damaged</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 / +2 lines)
Lines 125-131 Link Here
125
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
125
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
126
                                              <li>Item type: <b>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</b></li>
126
                                              <li>Item type: <b>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</b></li>
127
                                          [% ELSE %]
127
                                          [% ELSE %]
128
                                              <li>Collection code: <b>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</b></li>
128
                                              <li>Collection: <b>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</b></li>
129
                                          [% END %]
129
                                          [% END %]
130
                                          <li>Destination library: <b>[% Branches.GetName( errmsgloo.tbr ) | html %]</b></li>
130
                                          <li>Destination library: <b>[% Branches.GetName( errmsgloo.tbr ) | html %]</b></li>
131
                                      </ol>
131
                                      </ol>
Lines 180-186 Link Here
180
                <th class="tf-location">Shelving location</th>
180
                <th class="tf-location">Shelving location</th>
181
                <th class="tf-itemcallnumber">Call number</th>
181
                <th class="tf-itemcallnumber">Call number</th>
182
                <th class="tf-itemtype">Item type</th>
182
                <th class="tf-itemtype">Item type</th>
183
                <th class="tf-ccode">Collection code</th>
183
                <th class="tf-ccode">Collection</th>
184
                <th class="tf-destination">Destination</th>
184
                <th class="tf-destination">Destination</th>
185
            </tr>
185
            </tr>
186
            [% FOREACH trsfitemloo IN trsfitemloop %]
186
            [% FOREACH trsfitemloo IN trsfitemloop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
                    [% END %]
54
                    [% END %]
55
55
56
                    <li>
56
                    <li>
57
                        <label class="required" for="ccode">Collection code:</label>
57
                        <label class="required" for="ccode">Collection:</label>
58
                        <select id="ccode" name="ccode">
58
                        <select id="ccode" name="ccode">
59
                            <option value="">LEAVE UNCHANGED</option>
59
                            <option value="">LEAVE UNCHANGED</option>
60
60
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                        [% END %]
46
                        [% END %]
47
47
48
                        <li>
48
                        <li>
49
                            <label class="required" for="ccode">Collection code:</label>
49
                            <label class="required" for="ccode">Collection:</label>
50
                            <select id="ccode" name="ccode">
50
                            <select id="ccode" name="ccode">
51
                                <option value="">LEAVE UNCHANGED</option>
51
                                <option value="">LEAVE UNCHANGED</option>
52
                                [% FOREACH c IN AuthorisedValues.Get('CCODE') %]
52
                                [% FOREACH c IN AuthorisedValues.Get('CCODE') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-2 / +1 lines)
Lines 41-47 Link Here
41
                            [% CASE 'itype' %]
41
                            [% CASE 'itype' %]
42
                                Item type
42
                                Item type
43
                            [% CASE 'ccode' %]
43
                            [% CASE 'ccode' %]
44
                                Collection code
44
                                Collection
45
                            [% CASE 'location' %]
45
                            [% CASE 'location' %]
46
                                Shelving location
46
                                Shelving location
47
                            [% CASE 'homebranch' %]
47
                            [% CASE 'homebranch' %]
48
- 

Return to bug 22468