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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-4 / +6 lines)
Lines 119-130 Link Here
119
            </td>
119
            </td>
120
            <td>
120
            <td>
121
                [%- IF ( hold.found ) -%]
121
                [%- IF ( hold.found ) -%]
122
                    <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
122
                    [%- IF ( hold.atdestination ) -%]
123
                    [%- IF ( hold.atdestination ) -%]
123
                            Item waiting at <strong> [% hold.wbrname | html %]</strong>[% IF hold.desk_name %], [% hold.desk_name | html %],[% END %] <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" /> since [% hold.waiting_date | $KohaDates %]
124
                            Item waiting at <strong> [% hold.wbrname | html %]</strong>[% IF hold.desk_name %], [% hold.desk_name | html %],[% END %] since [% hold.waiting_date | $KohaDates %]
124
                    [%- ELSIF (hold.intransit) -%]
125
                    [%- ELSIF (hold.intransit) -%]
125
                        Item being transferred to <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
126
                        Item being transferred to <strong> [% hold.wbrname | html %]</strong>
126
                    [%- ELSIF (hold.inprocessing) -%]
127
                    [%- ELSIF (hold.inprocessing) -%]
127
                        Item being processed at <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
128
                        Item being processed at <strong> [% hold.wbrname | html %]</strong>
129
                    [%- ELSE -%]
130
                        Hold expected at <strong>[% hold.wbrname | html %]</strong>, please checkin to verify status
128
                    [%- END -%]
131
                    [%- END -%]
129
                [%- ELSE -%]
132
                [%- ELSE -%]
130
                    [%- IF Koha.Preference('IndependentBranches') && Branches.all().size == 1 -%]
133
                    [%- IF Koha.Preference('IndependentBranches') && Branches.all().size == 1 -%]
131
- 

Return to bug 30266