Bug 25289

Summary: CalculateFinesOnReturn does not affect SIP2
Product: Koha Reporter: Magnus Enger <magnus>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: colin.campbell
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2020-04-27 09:02:31 UTC
A library reported this. I have not investigated properly, but grep'ing for the syspref in C4/SIP/ gives no results. I would say this is surprising. Either the old syspref should apply to SIP2, or there should be a separate syspref like CalculateFinesOnReturnSIP2.
Comment 1 Katrin Fischer 2024-01-01 12:59:03 UTC
It looks like the pref is checked in AddReturn, so that could explain it not showing up in SIP code.