Bugzilla – Attachment 78938 Details for
Bug 21356
Missing space in parcel.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21356: Missing space in parcel.tt
Bug-21356-Missing-space-in-parceltt.patch (text/plain), 1.59 KB, created by
Fridolin Somers
on 2018-09-16 16:54:34 UTC
(
hide
)
Description:
Bug 21356: Missing space in parcel.tt
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2018-09-16 16:54:34 UTC
Size:
1.59 KB
patch
obsolete
>From a83df0faeddd6c98991065d86bbf8fcf1c7a080b Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > 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 %] > <div id="acqui_receive_summary"> >-<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Received by:</strong> [% logged_in_user.userid | html %]<strong>On:</strong> [% datereceived | $KohaDates %]</p> >+<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Received by:</strong> [% logged_in_user.userid | html %] <strong>On:</strong> [% datereceived | $KohaDates %]</p> > </div> > [% UNLESS (invoiceclosedate) %] > <div id="acqui_receive_search"> >-- >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 21356
:
78878
|
78880
|
78938
|
78940