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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/