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

Owen Leonard <oleon...@myacpl.org> changed:

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

--- Comment #3 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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