[Koha-bugs] [Bug 33613] Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 26 01:09:23 CEST 2023


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

Lucas Gass <lucas at bywatersolutions.com> changed:

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

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
In modal-claims.inc:

let fee = $('#claims-returned-charge-lost-fee').attr('checked') ? true : false;


attr() won't always evaluate to true and I think prop() is a much better choice
in this circumstance.

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