https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25761 --- Comment #15 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Victor Grousset/tuxayo from comment #14)
(In reply to Kyle M Hall from comment #9)
It is the 6th character of the patron status flags, the 8th character of the entire message.
READ: 24 00120201113 154013AEEdna Acosta|AA23529001000463|BLY|CQN|AFGreetings from Koha. |AOCPL|
overdue item + OverduesBlockCirc == "Block" + add disable_too_many_overdue="0" to account koha + patches + restart_all
READ: 24Y 00120201113 163742AEEdna Acosta|AA23529001000463|BLY|CQN|AFGreetings from Koha. -- Patron has overdues|AOCPL|
Somehow I get the charge privileges denied flag, is that expected? And I don't get the disable_too_many_overdue flag.
Is the right config file this one? /etc/koha/sites/kohadev/SIPconfig.xml (in koha-testing-docker)
Sorry Victor, I should have made that clearer. My followup changes "disable_too_many_overdues" to "overdues_block_circ" to make it more consistent with some other configs we've introduced. When enabled (the default) having too many overdues (according to the circulation rules) should set that return flag to 'Y' as your seeing.. if you disable it by passing in that config Param with '0' then you should not see the 'Y'. You are looking at the right file, but only if that after having run make to refresh it from the templates in the source directories. Hope that helps -- You are receiving this mail because: You are watching all bug changes.