Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Didier Gautheron 3487877f56 Bug 24866: Display budget hierarchy in the budget dropdown menu used when placing a new order
The rendering of SELECT elements is up to the browser.
But Bug 16123 CSS code 'style="padding-left: xx' doesn't work on modern browsers.

This patch replace CSS style attribute with   html entity.

On supported platforms
TEST PLAN :

1. Go to the Administration module
2. Add a new budget (ie : Budget 2020)
3. Add a fund to this budget (ie : Book)
4. Add a sub-fund to fund Book (ie : Adult fiction)

You will have this hierarchy :

Budget 2020
 |____ Book
         |_____ Adult fiction

5. Go to the Acquisition module
6. Select a vendor and create a new basket
7. Place an order
8. Check the budget dropdown menu

BEFORE PATCH
Book
Adult fiction

OR

Book
   Adult fiction

AFTER PATCH
Book
   Adult fiction

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-01-12 21:26:26 -10:00
..
acqui Bug 24866: Display budget hierarchy in the budget dropdown menu used when placing a new order 2022-01-12 21:26:26 -10:00
admin Bug 26296: (follow-up) Make sure title remains mandatory 2022-01-09 21:04:17 -10:00
authorities Bug 28853: Fix authority plugin when textarea in biblio record editor 2021-12-02 21:07:08 -10:00
basket
batch
catalogue Bug 17127: Remove notes from detail.tt to only use MARCNOTES 2022-01-11 12:38:35 -10:00
cataloguing Bug 29391: Improve output of reservoir search 2022-01-09 21:04:17 -10:00
circ Bug 28377: Use the API to suspend/resume holds 2021-12-16 12:13:51 -10:00
clubs
common
course_reserves
errors
ill Bug 29514: Remove extraneous HTML entity from breadcrumbs 2021-12-01 21:38:12 -10:00
installer
labels
mana
members Bug 29289: 'Show fines to guarantor' should have its own id on patron detail page 2021-12-21 21:10:07 -10:00
offline_circ
onboarding
patron_lists
patroncards
plugins
pos Bug 27801: Fix javascript price calculations 2021-12-15 12:15:00 -10:00
reports Bug 29729: Build a tr for each subscription 2022-01-03 20:53:17 -10:00
reserve Bug 29349: (follow-up) Fix width of item level dropdowns 2021-12-15 12:14:58 -10:00
reviews
rotating_collections
serials Bug 29496: CheckMandatorySubfields don't work properly with select field in serials-edit.tt 2021-11-19 15:07:10 +01:00
services Bug 29496: (bug 27526 follow-up) Fix item form validation 2021-11-19 15:07:10 +01:00
suggestion
tags
test
tools Bug 29747: Delete columns that don't exist from settings 2022-01-09 21:04:17 -10:00
virtualshelves
about.tt Bug 29123: Add Dataly Tech to About page 2021-11-05 12:17:08 +01:00
auth.tt Bug 29487: Set autocomplete off for userid/password fields at login 2021-12-01 21:57:36 -10:00
intranet-main.tt Bug 29571: Display all pending suggestions even if none from logged in library 2022-01-03 20:58:36 -10:00