[Koha-bugs] [Bug 33721] Show inactive funds in invoice.tt out of order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 4 20:39:27 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #7 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Ah OK all places use style in label tag :

 > git grep 'Show inactive:</label>'
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt:              
                                     <label for="all_showallbudgets"
style="float:none;width:auto;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt:             
    <label for="all_showallbudgets"
style="float:none;width:auto;margin-right:0;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt:    <label
for="showallfunds" style="float:none;width:auto;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt:               
<label for="showallbudgets" style="float:none;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt:                 
                          <label for="showallbudgets"> Show
inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt:            <label
for="showallfunds" style="float:none;width:auto;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt:       
<label for="showallbudgets" style="float:none;"> Show inactive:</label>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt:              
             <label for="showallfunds"
style="float:none;width:auto;"> Show inactive:</label>

It would be better to use a class and CSS rule in staff file.

For another bug report of course ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list