Bugzilla – Attachment 144727 Details for
Bug 32382
Fund input misaligned on invoice summary page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32382: (follow-up) Fix selector
Bug-32382-follow-up-Fix-selector.patch (text/plain), 972 bytes, created by
Lucas Gass (lukeg)
on 2022-12-19 23:50:54 UTC
(
hide
)
Description:
Bug 32382: (follow-up) Fix selector
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-12-19 23:50:54 UTC
Size:
972 bytes
patch
obsolete
>From cc9d019564e09c48e643e4f07785788c862a9539 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 19 Dec 2022 23:50:17 +0000 >Subject: [PATCH] Bug 32382: (follow-up) Fix selector > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 62f2af7e2a4..f6ac0bea3ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -557,7 +557,7 @@ > } > else { > the_dropdown.find('option[value="'+selected+'"]').removeClass('b_inactive'); >- $(this).parent('span').find('.b_inactive').remove(); >+ $(this).siblings().find('.b_inactive').remove(); > } > }); > >-- >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 32382
:
144387
|
144727
|
144853
|
144854
|
145835
|
145836