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 724-730 Note that permanent location is a code, and location may be an authval. Link Here
724
          <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
724
          <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
725
          <th>Internal note</th>
725
          <th>Internal note</th>
726
          <th>Subscription</th>
726
          <th>Subscription</th>
727
          <th>Subscription callnumber</th>
727
          <th>Subscription call number</th>
728
        </tr>
728
        </tr>
729
      </thead>
729
      </thead>
730
      <tbody>
730
      <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
                <thead>
29
                <thead>
30
                    <tr>
30
                    <tr>
31
                        <th>Barcode</th>
31
                        <th>Barcode</th>
32
                        <th>Callnumber</th>
32
                        <th>Call number</th>
33
                        <th>Rota</th>
33
                        <th>Rota</th>
34
                        <th>Rota status</th>
34
                        <th>Rota status</th>
35
                        <th>In transit</th>
35
                        <th>In transit</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-2 / +2 lines)
Lines 155-161 Link Here
155
                                    <th scope="col">Item type</th>
155
                                    <th scope="col">Item type</th>
156
                                    <th scope="col">Checked out on</th>
156
                                    <th scope="col">Checked out on</th>
157
                                    <th scope="col">Checked out from</th>
157
                                    <th scope="col">Checked out from</th>
158
                                    <th scope="col">Call no</th>
158
                                    <th scope="col">Call number</th>
159
                                    <th scope="col">Charge</th>
159
                                    <th scope="col">Charge</th>
160
                                </tr></thead>
160
                                </tr></thead>
161
                                <tbody>
161
                                <tbody>
Lines 173-179 Link Here
173
                                    <th scope="col">Item type</th>
173
                                    <th scope="col">Item type</th>
174
                                    <th scope="col">Checked out on</th>
174
                                    <th scope="col">Checked out on</th>
175
                                    <th scope="col">Checked out from</th>
175
                                    <th scope="col">Checked out from</th>
176
                                    <th scope="col">Call no</th>
176
                                    <th scope="col">Call number</th>
177
                                    <th scope="col">Charge</th>
177
                                    <th scope="col">Charge</th>
178
                                </tr></thead>
178
                                </tr></thead>
179
                                <tbody>
179
                                <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
          <table id="pending_onsite_checkout">
33
          <table id="pending_onsite_checkout">
34
            <thead>
34
            <thead>
35
              <tr>
35
              <tr>
36
                <th>Date</th><th>Patron</th><th>Title</th><th>Callnumber</th><th>Barcode</th><th>Library</th><th>Location</th>
36
                <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th>
37
              </tr>
37
              </tr>
38
            </thead>
38
            </thead>
39
            <tbody>
39
            <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
                                            <th>Reason</th>
45
                                            <th>Reason</th>
46
                                            <th>On loan</th>
46
                                            <th>On loan</th>
47
                                            <th>Home library</th>
47
                                            <th>Home library</th>
48
                                            <th>Call no.</th>
48
                                            <th>Call number</th>
49
                                            <th>Actions</th>
49
                                            <th>Actions</th>
50
                                        </tr>
50
                                        </tr>
51
                                    </thead>
51
                                    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                <th class="anti-the">Title</th>
41
                <th class="anti-the">Title</th>
42
                <th>On hold for</th>
42
                <th>On hold for</th>
43
                <th>Home library</th>
43
                <th>Home library</th>
44
                <th>Call no.</th>
44
                <th>Call number</th>
45
                <th>&nbsp;</th>
45
                <th>&nbsp;</th>
46
            </tr></thead>
46
            </tr></thead>
47
            <tbody>[% FOREACH reser IN branchesloo.reserv %]
47
            <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 53-59 Link Here
53
        <th class="title-string">Date</th>
53
        <th class="title-string">Date</th>
54
        <th class="anti-the">Title</th>
54
        <th class="anti-the">Title</th>
55
        <th>Author</th>
55
        <th>Author</th>
56
        <th>Call no.</th>
56
        <th>Call number</th>
57
        <th>Barcode</th>
57
        <th>Barcode</th>
58
        <th>Number of renewals</th>
58
        <th>Number of renewals</th>
59
        <th class="title-string">Checked out on</th>
59
        <th class="title-string">Checked out on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 536-542 Link Here
536
                                            [% IF itemdata_ccode %]
536
                                            [% IF itemdata_ccode %]
537
                                                <th>Collection</th>
537
                                                <th>Collection</th>
538
                                            [% END %]
538
                                            [% END %]
539
                                            <th>Call no.</th>
539
                                            <th>Call number</th>
540
                                            <th>Copy number</th>
540
                                            <th>Copy number</th>
541
                                            [% IF itemdata_enumchron %]
541
                                            [% IF itemdata_enumchron %]
542
                                                <th>Vol no.</th>
542
                                                <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 246-252 Link Here
246
                                                [% IF ( show_barcode ) %]
246
                                                [% IF ( show_barcode ) %]
247
                                                    <th>Barcode</th>
247
                                                    <th>Barcode</th>
248
                                                [% END %]
248
                                                [% END %]
249
                                                    <th>Call no.</th>
249
                                                    <th>Call number</th>
250
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
250
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
251
                                                    <th>Renew</th>
251
                                                    <th>Renew</th>
252
                                                [% END %]
252
                                                [% END %]
Lines 348-354 Link Here
348
                                                    </td>
348
                                                    </td>
349
                                                [% END %]
349
                                                [% END %]
350
                                                <td class="call_no">
350
                                                <td class="call_no">
351
                                                    <span class="tdlabel">Call no.:</span>
351
                                                    <span class="tdlabel">Call number:</span>
352
                                                    [% ISSUE.itemcallnumber | html %]
352
                                                    [% ISSUE.itemcallnumber | html %]
353
                                                </td>
353
                                                </td>
354
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
354
                                                [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
Lines 539-545 Link Here
539
                                            <th class="anti-the">Title</th>
539
                                            <th class="anti-the">Title</th>
540
                                            <th>Due</th>
540
                                            <th>Due</th>
541
                                            <th>Barcode</th>
541
                                            <th>Barcode</th>
542
                                            <th>Call no.</th>
542
                                            <th>Call number</th>
543
                                            <th class="psort">Relative</th>
543
                                            <th class="psort">Relative</th>
544
                                        </tr>
544
                                        </tr>
545
                                    </thead>
545
                                    </thead>
Lines 588-594 Link Here
588
                                            <th class="anti-the">Title</th>
588
                                            <th class="anti-the">Title</th>
589
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
589
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
590
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
590
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
591
                                            <th>Call no.</th>
591
                                            <th>Call number</th>
592
                                            <th class="title-string psort">Due</th>
592
                                            <th class="title-string psort">Due</th>
593
                                            [% IF ( OpacRenewalAllowed ) %]
593
                                            [% IF ( OpacRenewalAllowed ) %]
594
                                                <th class="nosort">Renew</th>
594
                                                <th class="nosort">Renew</th>
Lines 656-662 Link Here
656
                                                    </td>
656
                                                    </td>
657
                                                [% END %]
657
                                                [% END %]
658
                                                <td>
658
                                                <td>
659
                                                    <span class="tdlabel">Call no.:</span>
659
                                                    <span class="tdlabel">Call number:</span>
660
                                                    [% OVERDUE.itemcallnumber | html %]
660
                                                    [% OVERDUE.itemcallnumber | html %]
661
                                                </td>
661
                                                </td>
662
                                                <td>
662
                                                <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