Bugzilla – Attachment 77021 Details for
Bug 21038
Reserves should be holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21038: Reserves should be holds
Bug-21038-Reserves-should-be-holds.patch (text/plain), 1.35 KB, created by
Owen Leonard
on 2018-07-16 18:44:36 UTC
(
hide
)
Description:
Bug 21038: Reserves should be holds
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-07-16 18:44:36 UTC
Size:
1.35 KB
patch
obsolete
>From b5347d8a9eb03e1efe116d553a497596addc0740 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 16 Jul 2018 18:41:13 +0000 >Subject: [PATCH] Bug 21038: Reserves should be holds > >This patch corrects the text of the warning about discharges cancelling >holds. > >To test, apply the patch and view the discharge for a patron who has >holds: > > - "Borrower" is changed to "patron" > - "reserves" is changed to "holds" > - "canceled" (18 instances in the templates) is changed to "cancelled" > (51 instances). >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 27a4cdd..f4a725b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >@@ -35,7 +35,7 @@ > <p>Cannot edit discharge: the patron has checked out items.</p> > [% ELSE %] > [% IF patron.holds.count %] >- <p>Borrower has reserves: they will be canceled if the discharge is generated.</p> >+ <p>Patron has holds. They will be cancelled if the discharge is generated.</p> > [% END %] > <form method="post"> > <input type="submit" value="Generate discharge" name="discharge" /> >-- >2.1.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 21038
:
77021
|
77023