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 90-96 Link Here
90
                    [% SET bc = hold.patron.branchcode %]
90
                    [% SET bc = hold.patron.branchcode %]
91
                    [% SET all_bc = "" %]
91
                    [% SET all_bc = "" %]
92
                    [% UNLESS cancel_notice_branches.$bc || cancel_notice_branches.$all_bc %]
92
                    [% UNLESS cancel_notice_branches.$bc || cancel_notice_branches.$all_bc %]
93
                        <span class="no-notice-warning text-warning">Cancellation will not recieve a notice.</span>
93
                        <span class="no-notice-warning text-warning">Patron will not receive a cancellation notice.</span>
94
                    [% END %]
94
                    [% END %]
95
                [% END %]
95
                [% END %]
96
            </td>
96
            </td>
97
- 

Return to bug 26282