Bugzilla – Attachment 141547 Details for
Bug 25763
Allow update of order fund after receipt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25763: (follow-up) Fix display and remove 'No fund'
Bug-25763-follow-up-Fix-display-and-remove-No-fund.patch (text/plain), 2.69 KB, created by
Katrin Fischer
on 2022-10-08 12:16:26 UTC
(
hide
)
Description:
Bug 25763: (follow-up) Fix display and remove 'No fund'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-08 12:16:26 UTC
Size:
2.69 KB
patch
obsolete
>From f708ee37e05cba5cd96ad666852ac529a6fd1bcd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 22 Sep 2022 20:11:08 +0000 >Subject: [PATCH] Bug 25763: (follow-up) Fix display and remove 'No fund' > >This patch adds a fieldset around the inputs to style them as other places in Koha > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/acqui/invoice.tt | 23 +++++++++++-------- > 1 file changed, 14 insertions(+), 9 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 8ec91c38d6..88b76bd358 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -8,7 +8,6 @@ > [% Asset.css("css/humanmsg.css") | $raw %] > > <span style="display:none;" id="all_fund_dropdown"> >- <option value="">No fund</option> > [% FOREACH budget IN budgets %] > [% IF ( budget.b_active ) %] > <option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option> >@@ -36,14 +35,20 @@ > </div> > <div class="modal-body"> > <p>Updating the fund may change available statistics for the order, please check values before submitting.</p> >- [% PROCESS fund_dropdown form_id => 'modify_budget_id' form_name => 'modify_budget_id' selected => "" %] >- </br> >- <label for="sort1">Statistic 1</label> >- <input type="text" name="sort1" /> >- </br> >- <label for="sort2">Statistic 2</label> >- <input type="text" name="sort2" /> >- <br><a id="update_fund" class="btn btn-default">Update fund</a> >+ <fieldset class="rows"> >+ <ol> >+ <li>[% PROCESS fund_dropdown form_id => 'modify_budget_id' form_name => 'modify_budget_id' selected => "" %]</li> >+ <li> >+ <label for="sort1">Statistic 1: </label> >+ <input type="text" name="sort1" /> >+ </li> >+ <li> >+ <label for="sort2">Statistic 2: </label> >+ <input type="text" name="sort2" /> >+ </li> >+ </ol> >+ </fieldset> >+ <a id="update_fund" class="btn btn-default">Update fund</a> > </div> > <div class="modal-footer"> > <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button> >-- >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 25763
:
105892
|
114678
|
115368
|
140865
|
140866
|
141546
| 141547