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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt (-1 / +1 lines)
Lines 29-35 Link Here
29
    </div>
29
    </div>
30
[% END %]
30
[% END %]
31
[% UNLESS can_be_discharged %]
31
[% UNLESS can_be_discharged %]
32
    <p>Cannot edit discharge: borrower has issues.</p>
32
    <p>Cannot edit discharge: the patron has checked out items.</p>
33
[% ELSE %]
33
[% ELSE %]
34
    [% IF has_reserves %]
34
    [% IF has_reserves %]
35
        <p>Borrower has reserves: they will be canceled if the discharge is generated.</p>
35
        <p>Borrower has reserves: they will be canceled if the discharge is generated.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt (-2 / +1 lines)
Lines 39-45 Link Here
39
                    [% ELSIF pending %]
39
                    [% ELSIF pending %]
40
                        <p>Your discharge will be available on this page within a few days.</p>
40
                        <p>Your discharge will be available on this page within a few days.</p>
41
                    [% ELSIF has_issues %]
41
                    [% ELSIF has_issues %]
42
                        <p>You cannot be discharged, you have issues. Please return items before asking for a discharge.</p>
42
                        <p>You cannot be discharged, you have checked out items. Please return items before asking for a discharge.</p>
43
                    [% ELSIF not messages %]
43
                    [% ELSIF not messages %]
44
                        <h2>What is a discharge?</h2>
44
                        <h2>What is a discharge?</h2>
45
                        <p>This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.</p>
45
                        <p>This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.</p>
46
- 

Return to bug 16465