Bug 16135

Summary: JavaScript error when paying a fine
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: jonathan.druart
Version: master   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/members/paycollect.pl?borrowernumber=X
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2016-03-23 17:48:05 UTC
When you submit a fine payment on paycollect.pl there is a JavaScript errror:

validatePayment is not defined

The form has an onsubmit attribute: "return validatePayment(this);"

...but validatePayment() is not defined anywhere (and never was, as far as I can tell).
Comment 1 Jonathan Druart 2016-04-04 14:20:00 UTC

*** This bug has been marked as a duplicate of bug 13718 ***