[Koha-bugs] [Bug 5963] Acquisitions: Add the capability to have a filter by active budget

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 31 15:42:42 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5963

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> 2011-03-31 13:42:42 UTC ---
To solve the layout problem I recommend replacing this markup at line 314 of
neworderempty.tmpl:

<span class="label">&nbsp;Show all :</span><input type="checkbox"
id="showallbudgets" />

...with this:

<label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show all:
</label><input type="checkbox" id="showallbudgets" />

Is this checkbox supposed to trigger the display of inactive funds? It didn't
do anything at all for me, but I suspect I don't have the right kind of budgets
set up to properly test.

Please provide more details about how to test this properly.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list