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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc (-2 / +3 lines)
Lines 70-76 Link Here
70
                        [% IF debarredcomment.search('OVERDUES_PROCESS') %]
70
                        [% IF debarredcomment.search('OVERDUES_PROCESS') %]
71
                            Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %]
71
                            Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %]
72
                        [% ELSE %]
72
                        [% ELSE %]
73
                            [% debarredcomment | $raw | html_line_break %]
73
                            [% FOR restriction IN patron.restrictions %]
74
                                [% restriction.type.display_text | html %]: [% restriction.comment | html_line_break %]<br />
75
                            [% END %]
74
                        [% END %]
76
                        [% END %]
75
                    </em><br/>
77
                    </em><br/>
76
                [% END %]
78
                [% END %]
77
- 

Return to bug 31097