Bug 13718 - Paying fines references non-existent function on submit
Summary: Paying fines references non-existent function on submit
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
: 16135 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-02-17 17:29 UTC by Jonathan Field
Modified: 2019-10-14 19:58 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.