[koha-commits] main Koha release repository branch master updated. v19.11.00-232-g9bcf22b

Git repo owner gitmaster at git.koha-community.org
Wed Jan 8 16:13:30 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  9bcf22b0d57fce9d0c38006cd204e3a1cba5b361 (commit)
      from  16413c24ca514205aaa5c5a9c93aaa68345cffee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9bcf22b0d57fce9d0c38006cd204e3a1cba5b361
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Sep 13 14:03:11 2019 +0100

    Bug 24252: 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.
    * credits - returns all credits related to this Koha::Account::Line.
    * debits - returns all debits related to this Koha::Account::Line.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 Koha/Account/Line.pm                |   81 +++++++++++++++++++++++++++++++++++
 t/db_dependent/Koha/Account/Lines.t |   61 +++++++++++++++++++++++++-
 2 files changed, 141 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list