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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-2 / +1 lines)
Lines 98-104 Link Here
98
                        [% SET bc = hold.patron.branchcode %]
98
                        [% SET bc = hold.patron.branchcode %]
99
                        [% SET all_bc = "" %]
99
                        [% SET all_bc = "" %]
100
                        [% UNLESS cancel_notice_branches.$bc || cancel_notice_branches.$all_bc %]
100
                        [% UNLESS cancel_notice_branches.$bc || cancel_notice_branches.$all_bc %]
101
                            <span class="no-notice-warning text-warning">Cancellation will not recieve a notice.</span>
101
                            <span class="no-notice-warning text-warning">Cancellation will not receive a notice.</span>
102
                        [% END %]
102
                        [% END %]
103
                    [% END %]
103
                    [% END %]
104
                </td>
104
                </td>
105
- 

Return to bug 26282