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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +1 lines)
Lines 623-629 tables: Link Here
623
            - "[% ELSE %]No items to be processed for this branch"
623
            - "[% ELSE %]No items to be processed for this branch"
624
            - "[% END %][% FOREACH item IN branch.items %][% IF item.reason != 'in-demand' %]Title: [% item.title %]"
624
            - "[% END %][% FOREACH item IN branch.items %][% IF item.reason != 'in-demand' %]Title: [% item.title %]"
625
            - "Author: [% item.author %]"
625
            - "Author: [% item.author %]"
626
            - "Callnumber: [% item.callnumber %]"
626
            - "Call number: [% item.callnumber %]"
627
            - "Location: [% item.location %]"
627
            - "Location: [% item.location %]"
628
            - "Barcode: [% item.barcode %]"
628
            - "Barcode: [% item.barcode %]"
629
            - "On loan?: [% item.onloan %]"
629
            - "On loan?: [% item.onloan %]"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
        <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
22
        <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
23
        <input name="popup" type="hidden" value="[% popup | html %]"/>
23
        <input name="popup" type="hidden" value="[% popup | html %]"/>
24
        </br>
24
        </br>
25
        <label for="cn_source">Callnumber classification scheme:</label>
25
        <label for="cn_source">Call number classification scheme:</label>
26
        <select name="cn_source" form="cn_browser">
26
        <select name="cn_source" form="cn_browser">
27
            [% FOREACH class_source IN class_sources %]
27
            [% FOREACH class_source IN class_sources %]
28
                [% IF class_source.cn_source == cn_source %]
28
                [% IF class_source.cn_source == cn_source %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +2 lines)
Lines 117-128 Link Here
117
        </select>        </li>
117
        </select>        </li>
118
        [% END %]
118
        [% END %]
119
        <li>
119
        <li>
120
            <label for="minlocation">Item callnumber between: </label>
120
            <label for="minlocation">Item call number between: </label>
121
                <input type="text" name="minlocation" id="minlocation" value="[% minlocation | html %]" /> (items.itemcallnumber)  </li>
121
                <input type="text" name="minlocation" id="minlocation" value="[% minlocation | html %]" /> (items.itemcallnumber)  </li>
122
           <li><label for="maxlocation">...and: </label>
122
           <li><label for="maxlocation">...and: </label>
123
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation | html %]" />
123
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation | html %]" />
124
           <li>
124
           <li>
125
            <label for="class_source">Callnumber classification scheme</label>
125
            <label for="class_source">Call number classification scheme</label>
126
            <select name="class_source">
126
            <select name="class_source">
127
            [% FOREACH class_source IN class_sources %]
127
            [% FOREACH class_source IN class_sources %]
128
                [% IF class_source.cn_source == pref_class %]
128
                [% IF class_source.cn_source == pref_class %]
(-)a/misc/cronjobs/stockrotation.pl (-2 / +1 lines)
Lines 393-399 sub _print_item { Link Here
393
    return sprintf "
393
    return sprintf "
394
    Title:           %s
394
    Title:           %s
395
    Author:          %s
395
    Author:          %s
396
    Callnumber:      %s
396
    Call number:     %s
397
    Location:        %s
397
    Location:        %s
398
    Barcode:         %s
398
    Barcode:         %s
399
    On loan?:        %s
399
    On loan?:        %s
400
- 

Return to bug 28047