From d56c19138c36b79ba7d46c0a65c92469bf6fd12c 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: Add 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 Signed-off-by: Fridolin Somers Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens --- 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 1980e93b84..2b8d94a2ad 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) %]