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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 161-168 Link Here
161
                            <th>Receive?</th>
161
                            <th>Receive?</th>
162
                            <th>&nbsp;</th>
162
                            <th>&nbsp;</th>
163
                            <th>Barcode</th>
163
                            <th>Barcode</th>
164
                            <th>Home branch</th>
164
                            <th>Home library</th>
165
                            <th>Holding branch</th>
165
                            <th>Current location</th>
166
                            <th>Not for loan</th>
166
                            <th>Not for loan</th>
167
                            <th>Restricted</th>
167
                            <th>Restricted</th>
168
                            <th>Location</th>
168
                            <th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt (-2 / +2 lines)
Lines 25-33 Link Here
25
25
26
<table id="cn_browser_table">
26
<table id="cn_browser_table">
27
    <thead><tr>
27
    <thead><tr>
28
        <th>Call Number</th>
28
        <th>Call number</th>
29
        <th>Title</th>
29
        <th>Title</th>
30
        <th>Branch</th>
30
        <th>Library</th>
31
    </tr></thead>
31
    </tr></thead>
32
    <tbody>
32
    <tbody>
33
[% FOREACH cn_loo IN cn_loop %]
33
[% FOREACH cn_loo IN cn_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 / +1 lines)
Lines 177-183 Link Here
177
            <th>Manager name</th>
177
            <th>Manager name</th>
178
            <th>Patron card number</th>
178
            <th>Patron card number</th>
179
            <th>Patron name</th>
179
            <th>Patron name</th>
180
            <th>Transaction branch</th>
180
            <th>Transaction library</th>
181
            <th>Transaction date</th>
181
            <th>Transaction date</th>
182
            <th>Transaction type</th>
182
            <th>Transaction type</th>
183
            <th>Notes</th>
183
            <th>Notes</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-3 / +2 lines)
Lines 29-36 Link Here
29
			<tr>
29
			<tr>
30
				<th>Vendor</th>
30
				<th>Vendor</th>
31
				<th>Title</th>
31
				<th>Title</th>
32
				<th>Subscription id</th>
32
                <th>Subscription ID</th>
33
				<th>Branch</th>
33
                <th>Library</th>
34
                <th>Call number</th>
34
                <th>Call number</th>
35
                <th>Subscription begin</th>
35
                <th>Subscription begin</th>
36
                <th>Subscription end</th>
36
                <th>Subscription end</th>
37
- 

Return to bug 23444