Bugzilla – Attachment 155702 Details for
Bug 34794
Typo in recalls_to_pull.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34794: Fix typo in recalls_to_pull.tt
Bug-34794-Fix-typo-in-recallstopulltt.patch (text/plain), 1.22 KB, created by
Lucas Gass (lukeg)
on 2023-09-15 17:00:09 UTC
(
hide
)
Description:
Bug 34794: Fix typo in recalls_to_pull.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-09-15 17:00:09 UTC
Size:
1.22 KB
patch
obsolete
>From 094bd220566b2116ea4263aa21dfccd53c88f9ab Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 14 Sep 2023 15:17:54 +0000 >Subject: [PATCH] Bug 34794: Fix typo in recalls_to_pull.tt > >Fixed typo - it's v its > >Test plan: >Look at the bug patch and confirm the change is correct > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >index 3fc551a83b..feed9372df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >@@ -174,7 +174,7 @@ > })); > > $(".cancelreturn").click(function(){ >- return confirmDelete(_("Are you sure you want to remove this recall and return the item to it's home library?")); >+ return confirmDelete(_("Are you sure you want to remove this recall and return the item to its home library?")); > }); > > $(".cancel").click(function(){ >-- >2.30.2
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 34794
:
155617
| 155702