]> git.koha-community.org Git - koha.git/commit
Bug 24866: Display budget hierarchy in the budget dropdown menu used when placing...
authorDidier Gautheron <didier.gautheron@biblibre.com>
Mon, 6 Apr 2020 14:30:40 +0000 (14:30 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 13 Jan 2022 07:26:26 +0000 (21:26 -1000)
commit3487877f569b25a914a5fdd5069ad3fc5562dbbd
tree3f7e1fa882e3b4e9701c3082fdc5e3a9c49429e2
parentfccf1433301b7e120d2a27d949e6312e0be89515
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 &emsp; 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>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt