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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc (-2 / +2 lines)
Lines 23-30 Link Here
23
                        <th scope="col">&nbsp;</th>
23
                        <th scope="col">&nbsp;</th>
24
                        <th scope="col">Checked out on</th>
24
                        <th scope="col">Checked out on</th>
25
                        <th scope="col">Checked out from</th>
25
                        <th scope="col">Checked out from</th>
26
                        <th scope="col">Call no</th>
26
                        <th scope="col">Call number</th>
27
                        <th scope="col">Copy no</th>
27
                        <th scope="col">Copy number</th>
28
                        <th scope="col">Charge</th>
28
                        <th scope="col">Charge</th>
29
                        <th scope="col">Fine</th>
29
                        <th scope="col">Fine</th>
30
                        <th scope="col">Price</th>
30
                        <th scope="col">Price</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc (-2 / +2 lines)
Lines 14-21 Link Here
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>
16
                    <th scope="col">Checked out from</th>
16
                    <th scope="col">Checked out from</th>
17
                    <th scope="col">Call no</th>
17
                    <th scope="col">Call number</th>
18
                    <th scope="col">Copy no</th>
18
                    <th scope="col">Copy number</th>
19
                    <th scope="col">Charge</th>
19
                    <th scope="col">Charge</th>
20
                    <th scope="col">Fine</th>
20
                    <th scope="col">Fine</th>
21
                    <th scope="col">Price</th>
21
                    <th scope="col">Price</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 744-750 Note that permanent location is a code, and location may be an authval. Link Here
744
          <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
744
          <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
745
          <th>Internal note</th>
745
          <th>Internal note</th>
746
          <th>Subscription</th>
746
          <th>Subscription</th>
747
          <th>Subscription callnumber</th>
747
          <th>Subscription call number</th>
748
        </tr>
748
        </tr>
749
      </thead>
749
      </thead>
750
      <tbody>
750
      <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                <thead>
46
                <thead>
47
                    <tr>
47
                    <tr>
48
                        <th>Barcode</th>
48
                        <th>Barcode</th>
49
                        <th>Callnumber</th>
49
                        <th>Call number</th>
50
                        <th>Rota</th>
50
                        <th>Rota</th>
51
                        <th>Rota status</th>
51
                        <th>Rota status</th>
52
                        <th>In transit</th>
52
                        <th>In transit</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-2 / +2 lines)
Lines 165-171 Link Here
165
                                    <th scope="col">Item type</th>
165
                                    <th scope="col">Item type</th>
166
                                    <th scope="col">Checked out on</th>
166
                                    <th scope="col">Checked out on</th>
167
                                    <th scope="col">Checked out from</th>
167
                                    <th scope="col">Checked out from</th>
168
                                    <th scope="col">Call no</th>
168
                                    <th scope="col">Call number</th>
169
                                    <th scope="col">Charge</th>
169
                                    <th scope="col">Charge</th>
170
                                </tr></thead>
170
                                </tr></thead>
171
                                <tbody>
171
                                <tbody>
Lines 183-189 Link Here
183
                                    <th scope="col">Item type</th>
183
                                    <th scope="col">Item type</th>
184
                                    <th scope="col">Checked out on</th>
184
                                    <th scope="col">Checked out on</th>
185
                                    <th scope="col">Checked out from</th>
185
                                    <th scope="col">Checked out from</th>
186
                                    <th scope="col">Call no</th>
186
                                    <th scope="col">Call number</th>
187
                                    <th scope="col">Charge</th>
187
                                    <th scope="col">Charge</th>
188
                                </tr></thead>
188
                                </tr></thead>
189
                                <tbody>
189
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 47-53 Link Here
47
          <table id="pending_onsite_checkout">
47
          <table id="pending_onsite_checkout">
48
            <thead>
48
            <thead>
49
              <tr>
49
              <tr>
50
                <th>Date</th><th>Patron</th><th>Title</th><th>Callnumber</th><th>Barcode</th><th>Library</th><th>Location</th>
50
                <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th>
51
              </tr>
51
              </tr>
52
            </thead>
52
            </thead>
53
            <tbody>
53
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
                                            <th>Reason</th>
57
                                            <th>Reason</th>
58
                                            <th>On loan</th>
58
                                            <th>On loan</th>
59
                                            <th>Home library</th>
59
                                            <th>Home library</th>
60
                                            <th>Call no.</th>
60
                                            <th>Call number</th>
61
                                            <th>Actions</th>
61
                                            <th>Actions</th>
62
                                        </tr>
62
                                        </tr>
63
                                    </thead>
63
                                    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 55-61 Link Here
55
                <th class="anti-the">Title</th>
55
                <th class="anti-the">Title</th>
56
                <th>On hold for</th>
56
                <th>On hold for</th>
57
                <th>Home library</th>
57
                <th>Home library</th>
58
                <th>Call no.</th>
58
                <th>Call number</th>
59
                <th>&nbsp;</th>
59
                <th>&nbsp;</th>
60
            </tr></thead>
60
            </tr></thead>
61
            <tbody>[% FOREACH reser IN branchesloo.reserv %]
61
            <tbody>[% FOREACH reser IN branchesloo.reserv %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
                <tr>
36
                <tr>
37
                    <th>Title</th>
37
                    <th>Title</th>
38
                    <th>Author</th>
38
                    <th>Author</th>
39
                    <th>Call no</th>
39
                    <th>Call number</th>
40
                    <th>Item type</th>
40
                    <th>Item type</th>
41
                    <th>Date due</th>
41
                    <th>Date due</th>
42
                    <th>Barcode</th>
42
                    <th>Barcode</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
        <th class="title-string">Date</th>
67
        <th class="title-string">Date</th>
68
        <th class="anti-the">Title</th>
68
        <th class="anti-the">Title</th>
69
        <th>Author</th>
69
        <th>Author</th>
70
        <th>Call no.</th>
70
        <th>Call number</th>
71
        <th>Barcode</th>
71
        <th>Barcode</th>
72
        <th>Number of renewals</th>
72
        <th>Number of renewals</th>
73
        <th class="title-string">Checked out on</th>
73
        <th class="title-string">Checked out on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 558-564 Link Here
558
                                            [% IF itemdata_ccode %]
558
                                            [% IF itemdata_ccode %]
559
                                                <th>Collection</th>
559
                                                <th>Collection</th>
560
                                            [% END %]
560
                                            [% END %]
561
                                            <th>Call no.</th>
561
                                            <th>Call number</th>
562
                                            <th>Copy number</th>
562
                                            <th>Copy number</th>
563
                                            [% IF itemdata_enumchron %]
563
                                            [% IF itemdata_enumchron %]
564
                                                <th>Vol no.</th>
564
                                                <th>Vol no.</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 / +1 lines)
Lines 90-96 Link Here
90
                                                <th class="NoSort noExport"></th>
90
                                                <th class="NoSort noExport"></th>
91
                                                <th class="anti-the">Title</th>
91
                                                <th class="anti-the">Title</th>
92
                                                <th>Item type</th>
92
                                                <th>Item type</th>
93
                                                <th>Call no.</th>
93
                                                <th>Call number</th>
94
                                                <th class="title-string">Date</th>
94
                                                <th class="title-string">Date</th>
95
                                                [% IF ( OPACMySummaryHTML ) %]
95
                                                [% IF ( OPACMySummaryHTML ) %]
96
                                                    <th class="NoSort noExport">Links</th>
96
                                                    <th class="NoSort noExport">Links</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-5 / +5 lines)
Lines 247-253 Link Here
247
                                                [% IF ( show_barcode ) %]
247
                                                [% IF ( show_barcode ) %]
248
                                                    <th>Barcode</th>
248
                                                    <th>Barcode</th>
249
                                                [% END %]
249
                                                [% END %]
250
                                                    <th>Call no.</th>
250
                                                    <th>Call number</th>
251
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
251
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
252
                                                    <th>Renew</th>
252
                                                    <th>Renew</th>
253
                                                [% END %]
253
                                                [% END %]
Lines 349-355 Link Here
349
                                                    </td>
349
                                                    </td>
350
                                                [% END %]
350
                                                [% END %]
351
                                                <td class="call_no">
351
                                                <td class="call_no">
352
                                                    <span class="tdlabel">Call no.:</span>
352
                                                    <span class="tdlabel">Call number:</span>
353
                                                    [% ISSUE.itemcallnumber | html %]
353
                                                    [% ISSUE.itemcallnumber | html %]
354
                                                </td>
354
                                                </td>
355
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
355
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
Lines 540-546 Link Here
540
                                            <th class="anti-the">Title</th>
540
                                            <th class="anti-the">Title</th>
541
                                            <th>Due</th>
541
                                            <th>Due</th>
542
                                            <th>Barcode</th>
542
                                            <th>Barcode</th>
543
                                            <th>Call no.</th>
543
                                            <th>Call number</th>
544
                                            <th class="psort">Relative</th>
544
                                            <th class="psort">Relative</th>
545
                                        </tr>
545
                                        </tr>
546
                                    </thead>
546
                                    </thead>
Lines 589-595 Link Here
589
                                            <th class="anti-the">Title</th>
589
                                            <th class="anti-the">Title</th>
590
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
590
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
591
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
591
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
592
                                            <th>Call no.</th>
592
                                            <th>Call number</th>
593
                                            <th class="title-string psort">Due</th>
593
                                            <th class="title-string psort">Due</th>
594
                                            [% IF ( OpacRenewalAllowed ) %]
594
                                            [% IF ( OpacRenewalAllowed ) %]
595
                                                <th class="nosort">Renew</th>
595
                                                <th class="nosort">Renew</th>
Lines 657-663 Link Here
657
                                                    </td>
657
                                                    </td>
658
                                                [% END %]
658
                                                [% END %]
659
                                                <td>
659
                                                <td>
660
                                                    <span class="tdlabel">Call no.:</span>
660
                                                    <span class="tdlabel">Call number:</span>
661
                                                    [% OVERDUE.itemcallnumber | html %]
661
                                                    [% OVERDUE.itemcallnumber | html %]
662
                                                </td>
662
                                                </td>
663
                                                <td>
663
                                                <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 293-299 Link Here
293
                                            <tr>
293
                                            <tr>
294
                                                <th class="noshow">Checked out on</th>
294
                                                <th class="noshow">Checked out on</th>
295
                                                <th class="anti-the">Title</th>
295
                                                <th class="anti-the">Title</th>
296
                                                <th>Call no.</th>
296
                                                <th>Call number</th>
297
                                                <th class="title-string">Due</th>
297
                                                <th class="title-string">Due</th>
298
                                                <th class="nosort">Renew</th>
298
                                                <th class="nosort">Renew</th>
299
                                                [% UNLESS ( nofines ) %]
299
                                                [% UNLESS ( nofines ) %]
300
- 

Return to bug 28047