From 3c256e4bdb92f0795e2d6e16744ab5cd4de3de05 Mon Sep 17 00:00:00 2001 From: Danyon Sewell 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2702fc533f3f7ee55be4decbdf5c11beb1a6823a) Signed-off-by: Lucas Gass (cherry picked from commit 472ec420fbb6b19a80909be67ca2cf21a764d638) Signed-off-by: Arthur Suzuki --- 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 55f5c295ee..3c757c92e6 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) %]
- Cannot cancel receipt. Possible reasons : + Cannot cancel receipt. Possible reasons:
  • The order line you are trying to cancel was created from a partial receipt -- 2.39.2