Bugzilla – Attachment 151171 Details for
Bug 33721
Show inactive funds in invoice.tt out of order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33721: Fix display of shipping cost/fund on invoice summary page
Bug-33721-Fix-display-of-shipping-costfund-on-invo.patch (text/plain), 1.87 KB, created by
Katrin Fischer
on 2023-05-14 11:22:33 UTC
(
hide
)
Description:
Bug 33721: Fix display of shipping cost/fund on invoice summary page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-14 11:22:33 UTC
Size:
1.87 KB
patch
obsolete
>From 92acef725b2feff15c4580ec69fe078cf3b0c2d9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 14 May 2023 11:19:07 +0000 >Subject: [PATCH] Bug 33721: Fix display of shipping cost/fund on invoice > summary page > >When viewing an invoice, the elements in the 'Fund' line were out of order: >'Fund:' label, followed by 'Show inactive:' label, then the fund drop-down and then the show inactive checkbox. > >The order should be: >'Fund:' label, fund drop-down, 'Show inactive:' label, show inactive checkbox. > >This copies the markup that is used when you click on "Receive shipment". >It also changes 'Fund' to 'Shipping fund' to bring the forms even more in line. > >To recreate: >1. In acquisitions, create an order and close the basket >2. Click 'Receive shipment' and receive the order >3. Click 'Finish receiving' > --> The Fund line in invoice.tt is out of order >4. Apply patch >5. Verify the order is now fixed >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 3edab4d332..4b7632ab82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -7,10 +7,10 @@ > [% USE AuthorisedValues %] > > [% BLOCK fund_dropdown %] >- <label for="[% form_name | html %]">Fund: </label> >+ <label for="[% form_name | html %]">Shipping fund: </label> > <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]"> > </select> >- <label for="showallfunds"> Show inactive:</label> >+ <label for="showallfunds" style="float:none;width:auto;"> Show inactive:</label> > <input type="checkbox" class="showallfunds" /> > [% END %] > >-- >2.30.2
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 33721
:
151100
|
151171
|
151177
|
151342