Bugzilla – Attachment 137344 Details for
Bug 30766
Typo: Cannot cancel receipt. Possible reasons :
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tested patch
0001-Bug-30766-extra-space-in-Cannot-cancel-receipt-strin.patch (text/plain), 1.17 KB, created by
Chris Cormack
on 2022-07-07 23:20:14 UTC
(
hide
)
Description:
Tested patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2022-07-07 23:20:14 UTC
Size:
1.17 KB
patch
obsolete
>From 052c707319caf3b27179e967fc31f84e4d7dc1f4 Mon Sep 17 00:00:00 2001 >From: Danyon Sewell <danyonsewell@catalyst.net.nz> >Date: Thu, 7 Jul 2022 22:45:46 +0000 >Subject: [PATCH] Bug 30766: extra space in Cannot cancel receipt string. > >TEST PLAN: > >1. Trigger the Cannot cancel receipt error in invoices OR look at the >amended string to see the additional space has been removed. > >Sponsored by Catalyst IT > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 0ce8e32d82..da43e7cbcd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -84,7 +84,7 @@ > > [% IF (error_cancelling_receipt) %] > <div class="dialog alert"> >- <span>Cannot cancel receipt. Possible reasons :</span> >+ <span>Cannot cancel receipt. Possible reasons:</span> > <ul> > <li> > The order line you are trying to cancel was created from a partial receipt >-- >2.17.1 >
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 30766
:
137338
|
137344
|
137374