[Koha-bugs] [Bug 13718] New: Paying fines references non-existent function on submit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 17 18:29:21 CET 2015


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: koha-bugs at lists.koha-community.org
          Reporter: jonathan.field at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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.


More information about the Koha-bugs mailing list