[Koha-bugs] [Bug 19401] No confirm message when deleting an invoice from invoice detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 21 16:38:10 CET 2017


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

--- Comment #7 from Owen Leonard <oleonard at myacpl.org> ---
I think "delete_invoice" is better, but it's more a matter of style than
functionality. ids should always be unique, so if we're validating the markup
as we go we'll be warned about duplicates.

On this page an id is the right choice over a class because it will always be a
unique element. In Bug 19429 it must be a class because the element repeats for
each invoice in the table which can be deleted.

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


More information about the Koha-bugs mailing list