[Koha-bugs] [Bug 21917] Payment type should not show on Write off selected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 17 21:50:59 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21917

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
On the pat_paycollect page there are options to pay a fine, write off a fine,
pay an individiual fine, or write off an individual fine. Clicking a button
brings up the corresponding form, with the following ID's and names:

Pay selected fine: id="payfine" name="payfine"
Write off selected fine: id="payfine" name="payfine"
Pay Individual fine: id="payindivfine" name="payindivfine"
Write off individual fine: id="woindivfine" name="woindivfine"


Write off selected doesnt not have its own unique id and name. This makes it
difficult to devise JavaScript that works on one but not the other.

-- 
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