http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13718
Bug ID: 13718
Summary: Paying fines references non-existent function on
submit
Change sponsored?: ---
Product: Koha
Version: 3.18
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
paycollect.tt has (for a long time) contained a onsubmit reference which refers
to a function that has never existed.
It causes noise in browser debuggers but no other side effects. Should be
removed ideally.
<form name="payindivfine" id="payindivfine" onsubmit="return
validatePayment(this);" method="post"
action="/cgi-bin/koha/members/paycollect.pl">
2 occurrences of the above in this file.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/