From 7775fe335ab657aebf7cae5f69773f5172cc9be9 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 --- 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) %]
- 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.30.2