Bugzilla – Attachment 97263 Details for
Bug 24404
Add missing space on invoices page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24404: Add missing space on invoices page / remove . from status
Bug-24404-Add-missing-space-on-invoices-page--remo.patch (text/plain), 2.31 KB, created by
Katrin Fischer
on 2020-01-12 09:36:43 UTC
(
hide
)
Description:
Bug 24404: Add missing space on invoices page / remove . from status
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-12 09:36:43 UTC
Size:
2.31 KB
patch
obsolete
>From cc6f7bc2226afec326fb80c1f88a3811b90942e6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 12 Jan 2020 10:32:17 +0100 >Subject: [PATCH] Bug 24404: Add missing space on invoices page / remove . from > status > >On the bottom of the invoices page the summary of adjustments and >shipping shows as: > >Adjustments plus shipping:2.00 > >The patch adds the missing space between text and amount. > >To test: >- 'Receive shipment' from a result in your vendor search >- Start a new invoice by entering an invoice number, amount > for shipping cost and fund. >- Finish receive (you don't need to receive anything) >- You should now be on invoice.pl >- Verify Status is 'Open.' and in 'Invoice details' we > have the amount with the missing space. >- Apply patch, reload the page. >- Verify the missing space is there and the . is gone. >- Close invoice, no . there either. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index befc245dd9..24b488421c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -69,12 +69,12 @@ > > [% IF ( invoiceclosedate ) %] > <li><span class="label">Status:</span> >- Closed on [% invoiceclosedate | $KohaDates %].</li> >+ Closed on [% invoiceclosedate | $KohaDates %]</li> > > <li><label for="reopen">Reopen: </label> <input type="checkbox" name="reopen" id="reopen" /></li> > [% ELSE %] > <li><span class="label">Status:</span> >- Open.</li> >+ Open</li> > > <li><label for="close">Close: </label> <input type="checkbox" name="close" id="close" /> > </li> >@@ -334,7 +334,7 @@ > [% ELSE %] > <div class="dialog message"><p>No orders yet</p> > [% IF adjustments && adjustments.count > 0 || shipmentcost && shipmentcost > 0 %] >- <p>Adjustments plus shipping:[% total_adj + shipmentcost | $Price %]</p> >+ <p>Adjustments plus shipping: [% total_adj + shipmentcost | $Price %]</p> > [% END %] > </div> > [% END %] >-- >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 24404
:
97263
|
97348
|
97478