[Koha-bugs] [Bug 17016] Button to clear all fields in budget planning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 5 15:34:37 CEST 2016


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
> After clicking on the auto-fill button the fields briefly populate, but then
> the page refreshes and they clear back to 0.00 again.

I get this too.

Could you please try to rework the patch so that it doesn't use an inline event
attribute? We shouldn't be adding new code which uses things attributes
"onclick."

The "edit_row" ID on the <tr> is problematic because it is repeated for each
row in the table, thus it isn't unique. If you're looking for a hook to target
each individual row you could so something like <tr id="edit_row_[%
budget_line.budget_id %]">

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list