[Koha-bugs] [Bug 23355] Add 'cashup' process to the accounts system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 18 16:59:21 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23355

--- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 92949
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92949&action=edit
Bug 23355: Add relations to Koha::Account::Line

This patch adds two new relationships to the Koha::Account::Line object.

* credit_offsets - returns all credit type Koha::Account::Offsets
  related to this Koha::Account::Line.
* debit_offsets - returns all debit type Koha::Account::Offsets related
  to this Koha::Account::Line.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list