[koha-commits] main Koha release repository branch master updated. v17.05.00-891-g2085001

Git repo owner gitmaster at git.koha-community.org
Mon Oct 23 17:42:01 CEST 2017


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  208500193ef23678793c00ca2a8da4c55dba9724 (commit)
       via  1ea5f9c82ac195c29ebeff2e534eedce54ae84ca (commit)
       via  276b0e2587953a28e9bca16c397b2b8227ab9c63 (commit)
       via  f254997c54d68855e5c12156b021a20f20f4d01d (commit)
      from  99f73373e2461c10c3933332b8981dd1a4b403e5 (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 208500193ef23678793c00ca2a8da4c55dba9724
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 23 12:34:25 2017 -0300

    Bug 12768: DBRev 17.06.00.019
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1ea5f9c82ac195c29ebeff2e534eedce54ae84ca
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 23 11:01:25 2017 -0400

    Bug 12768: (QA follow-up) Use specific account offset types for Processing Fee and Lost Item
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 276b0e2587953a28e9bca16c397b2b8227ab9c63
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 23 12:05:04 2017 -0300

    Bug 12768: Fix tests - itemtypes.rentalcharge is now decimal(28,6)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f254997c54d68855e5c12156b021a20f20f4d01d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 23 12:49:20 2017 +0200

    Bug 14826: (QA follow-up) Remove obsolete DBIx schema file
    
    Removes Accountoffset.pm.
    Has been replaced by AccountOffset.pm on bug 14826.
    
    Test plan:
    Run TestBuilder.t. Should pass now again.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Accounts.pm                                |    7 +-
 Koha.pm                                       |    2 +-
 Koha/Schema/Result/Accountoffset.pm           |  106 -------------------------
 installer/data/mysql/account_offset_types.sql |    1 +
 installer/data/mysql/updatedatabase.pl        |   12 +++
 t/db_dependent/Circulation/Chargelostitem.t   |    9 ++-
 t/db_dependent/Koha/ItemTypes.t               |    4 +-
 7 files changed, 30 insertions(+), 111 deletions(-)
 delete mode 100644 Koha/Schema/Result/Accountoffset.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list