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

--- Comment #14 from Andrew Fuerste-Henry <[email protected]> ---
(In reply to Kyle M Hall (khall) from comment #12)
> Based on this, I think the correct answer is indeed to add a syspref as you
> wrote previously. Do you agree?

A syspref would work and might be the simpler option in the end.

Alternatively, we could use custom templating to insert the desired html into
the options in the select2 dropdown.
https://forums.select2.org/t/add-html-into-select-options/193
https://stackoverflow.com/questions/36360783/how-to-render-html-in-select2-options

We could construct it to show something like:

Some fund: CODE123

With markup of
<span class="budget_name">Some fund</span><span class="budget_separator">:
</span><span class="budget_code">Code123</span>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to