From 69eb0b9d1f62e22bd4740e9670bcc49220ca4d56 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Sat, 15 Sep 2018 16:10:22 -0400 Subject: [PATCH] Bug 21356: Missing space in parcel.tt This patch adds a space between the user's name and 'On:' in parcel.tt. To test: 1) Go to Acquisitions 2) Search for a vendor 3) Create a new basket 4) Add an order to the basket 5) Close the basket 6) Receive the order 7) In the page title 'Receipt summary' notice there is no space between the 'Received by' user name and 'On:' 8) Apply the patch 9) Refresh the page, there should now be a space --- 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 1980e93..2b8d94a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -89,7 +89,7 @@ [% UNLESS no_orders_to_display %]
-

Invoice number: [% invoice | html %] Received by: [% logged_in_user.userid | html %]On: [% datereceived | $KohaDates %]

+

Invoice number: [% invoice | html %] Received by: [% logged_in_user.userid | html %] On: [% datereceived | $KohaDates %]

[% UNLESS (invoiceclosedate) %]