http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7435 Bug #: 7435 Summary: An inactive fund is selected a default in neworderempty.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Acquisitions AssignedTo: adrien.saurat@biblibre.com ReportedBy: adrien.saurat@biblibre.com QAContact: ian.walls@bywatersolutions.com When making a new order in the neworderempty page ( Home › Acquisitions › *budget* › Basket X › New order ), in some cases the "Fund" select box display a fund which should be hidden. Here is an excerpt from the HTML code of a problematic case: <select id="budget_id" onchange="fetchSortDropbox(this.form)" size="1" name="budget_id"> <option value="1" class="b_inactive" style="display : none;">fond test A1</option> <option value="2" class="b_inactive" style="display : none;">fond test A2</option> <option value="3" class="b_inactive" style="display : none;">test fond B1</option> <option value="4" class="b_inactive" style="display : none;">test fond A0 à rendre inactif</option> <option value="5">poste 3a</option> <option value="6">poste 3b</option> <option value="7">poste budgetaire #2-A</option> </select> In this case, "fond test A1" should be hidden, but it's actually displayed as the default choice. The CSS hiding is not functionning properly. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.