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

(-)a/Koha/ILL/Backend/intra-includes/create.inc (-3 / +3 lines)
Lines 3-13 Link Here
3
[% IF whole.status == 'missing_identifier' %]
3
[% IF whole.status == 'missing_identifier' %]
4
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p>
4
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p>
5
[% ELSIF whole.status == 'missing_branch' %]
5
[% ELSIF whole.status == 'missing_branch' %]
6
<p><em>Please Note:</em> Branch is a mandatory field.</p>
6
<p><em>Please Note:</em> Destination library is a mandatory field.</p>
7
[% ELSIF whole.status == 'invalid_borrower' %]
7
[% ELSIF whole.status == 'invalid_borrower' %]
8
<p><em>Please Note:</em> The borrower details you entered are invalid.</p>
8
<p><em>Please Note:</em> The patron details you entered are invalid.</p>
9
[% ELSIF whole.status == 'invalid_branch' %]
9
[% ELSIF whole.status == 'invalid_branch' %]
10
<p><em>Please Note:</em> The branch you chose is invalid.</p>
10
<p><em>Please Note:</em> The destination library you chose is invalid.</p>
11
[% ELSE %]
11
[% ELSE %]
12
<p>Unhandled error</p>
12
<p>Unhandled error</p>
13
[% END %]
13
[% END %]
(-)a/Koha/ILL/Backend/intra-includes/migrate.inc (-3 / +3 lines)
Lines 2-12 Link Here
2
[% IF whole.status == 'missing_identifier' %]
2
[% IF whole.status == 'missing_identifier' %]
3
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p>
3
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p>
4
[% ELSIF whole.status == 'missing_branch' %]
4
[% ELSIF whole.status == 'missing_branch' %]
5
<p><em>Please Note:</em> Branch is a mandatory field.</p>
5
<p><em>Please Note:</em> Destination library is a mandatory field.</p>
6
[% ELSIF whole.status == 'invalid_borrower' %]
6
[% ELSIF whole.status == 'invalid_borrower' %]
7
<p><em>Please Note:</em> The borrower details you entered are invalid.</p>
7
<p><em>Please Note:</em> The patron details you entered are invalid.</p>
8
[% ELSIF whole.status == 'invalid_branch' %]
8
[% ELSIF whole.status == 'invalid_branch' %]
9
<p><em>Please Note:</em> The branch you chose is invalid.</p>
9
<p><em>Please Note:</em> The destination library you chose is invalid.</p>
10
[% ELSE %]
10
[% ELSE %]
11
<p>Unhandled error</p>
11
<p>Unhandled error</p>
12
[% END %]
12
[% END %]
(-)a/Koha/ILL/Backend/opac-includes/create.inc (-4 / +3 lines)
Lines 4-14 Link Here
4
[% ELSIF whole.status == 'missing_type' %]
4
[% ELSIF whole.status == 'missing_type' %]
5
<p><em>Please Note:</em> Type is a mandatory field.</p>
5
<p><em>Please Note:</em> Type is a mandatory field.</p>
6
[% ELSIF whole.status == 'missing_branch' %]
6
[% ELSIF whole.status == 'missing_branch' %]
7
<p><em>Please Note:</em> Branch is a mandatory field.</p>
7
<p><em>Please Note:</em> Destination library is a mandatory field.</p>
8
[% ELSIF whole.status == 'invalid_borrower' %]
8
[% ELSIF whole.status == 'invalid_borrower' %]
9
<p><em>Please Note:</em> The borrower details you entered are invalid.</p>
9
<p><em>Please Note:</em> The patron details you entered are invalid.</p>
10
[% ELSIF whole.status == 'invalid_branch' %]
10
[% ELSIF whole.status == 'invalid_branch' %]
11
<p><em>Please Note:</em> The branch you chose is invalid.</p>
11
<p><em>Please Note:</em> The destination library you chose is invalid.</p>
12
[% ELSE %]
12
[% ELSE %]
13
<p>Unhandled error</p>
13
<p>Unhandled error</p>
14
[% END %]
14
[% END %]
15
- 

Return to bug 35570