From 3df2591aca4298dea8bfa5bc43eae64660e59d48 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 May 2016 13:04:38 +0100 Subject: [PATCH] Bug 16465: Fix typo issues vs checkouts Test plan: Confirm the wording is correct Signed-off-by: Srdjan --- koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt index 45757d2..194b526 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -29,7 +29,7 @@ [% END %] [% UNLESS can_be_discharged %] -

Cannot edit discharge: borrower has issues.

+

Cannot edit discharge: the patron has checked out items.

[% ELSE %] [% IF has_reserves %]

Borrower has reserves: they will be canceled if the discharge is generated.

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt index f6a3efc..3053bf7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt @@ -39,7 +39,7 @@ [% ELSIF pending %]

Your discharge will be available on this page within a few days.

[% ELSIF has_issues %] -

You cannot be discharged, you have issues. Please return items before asking for a discharge.

+

You cannot be discharged, you have checked out items. Please return items before asking for a discharge.

[% ELSIF not messages %]

What is a discharge?

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.

-- 2.7.4