Bug 13718

Summary: Paying fines references non-existent function on submit
Product: Koha Reporter: Jonathan Field <jonathan.field>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: abl, gmcharlt, jonathan.druart, kyle, oleonard
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Jonathan Field 2015-02-17 17:29:21 UTC
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.
Comment 1 Jonathan Druart 2016-04-04 14:20:00 UTC
*** Bug 16135 has been marked as a duplicate of this bug. ***
Comment 2 Owen Leonard 2018-05-31 12:32:45 UTC
This seems to have been fixed.