6 Jul
2021
6 Jul
'21
2:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #16 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Marcel de Rooy from comment #12)
+ '-and' => { '!=' => 'WRITEOFF' }, + { '!=' => 'REFUND' }, { '!=' => 'DISCOUNT' }
What about: -not_in => [1, 2, 3]
Damn.. why didn't I spot that! -- You are receiving this mail because: You are watching all bug changes.