https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20980 Bug ID: 20980 Summary: Manual credit offsets are stored as debits Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org mancredit.pl calls C4::Accounts::manualinvoice, which records debits. This leads to: - account_offsets.type = 'Manual Debit' - account_offsets.credit_id = NULL - account_offsets.debit_id = accountlines_id So we need to: - Add 'Manual Credit' offset type - Make sure accountlines_id is stored in credit_id column instead of debit_id - Fix existing offsets. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.