Bugzilla – Attachment 51712 Details for
Bug 16465
OPAC discharge page has no title tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 16465: Fix typo issues vs checkouts
Bug-16465-Fix-typo-issues-vs-checkouts.patch (text/plain), 2.23 KB, created by
Srdjan Jankovic
on 2016-05-23 06:25:26 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 16465: Fix typo issues vs checkouts
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2016-05-23 06:25:26 UTC
Size:
2.23 KB
patch
obsolete
>From 3df2591aca4298dea8bfa5bc43eae64660e59d48 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <srdjan@catalyst.net.nz> >--- > 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 @@ > </div> > [% END %] > [% UNLESS can_be_discharged %] >- <p>Cannot edit discharge: borrower has issues.</p> >+ <p>Cannot edit discharge: the patron has checked out items.</p> > [% ELSE %] > [% IF has_reserves %] > <p>Borrower has reserves: they will be canceled if the discharge is generated.</p> >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 %] > <p>Your discharge will be available on this page within a few days.</p> > [% ELSIF has_issues %] >- <p>You cannot be discharged, you have issues. Please return items before asking for a discharge.</p> >+ <p>You cannot be discharged, you have checked out items. Please return items before asking for a discharge.</p> > [% ELSIF not messages %] > <h2>What is a discharge?</h2> > <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> >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16465
:
51416
|
51417
|
51711
|
51712
|
52240
|
52241