[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-32-g6427906

Git repo owner gitmaster at git.koha-community.org
Fri Oct 5 10:02:23 CEST 2018


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, 18.05.x has been updated
       via  6427906fcccea22327db3c1d78847fed5ba9e7fb (commit)
      from  0f2d80328d74c661ecd318f603a18743e3c699bb (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 6427906fcccea22327db3c1d78847fed5ba9e7fb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 15:24:10 2018 -0300

    Bug 21133: [18.05.x] Fix use statements order
    
    Basically the idea is:
    1. Undefined subroutine &C4::Items::ModZebra called at /home/vagrant/kohaclone/C4/Items.pm line 302.
    
    => Then use C4::Items before C4::Biblio
    
    2. Undefined subroutine &C4::Circulation::GetItem called at /home/vagrant/kohaclone/C4/Circulation.pm line 1290
    
    => Then use C4::Circulation before C4::Items
    
    And sometimes these 2 rules do not work...
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 t/db_dependent/Circulation/Branch.t                      |    2 +-
 t/db_dependent/Circulation/Chargelostitem.t              |    2 +-
 t/db_dependent/Circulation/CheckIfIssuedToPatron.t       |    9 +++------
 t/db_dependent/Circulation/GetPendingOnSiteCheckouts.t   |    2 +-
 t/db_dependent/Circulation/IsItemIssued.t                |    2 +-
 .../Circulation/IssuingRules/maxsuspensiondays.t         |    2 +-
 t/db_dependent/Circulation/Returns.t                     |    4 ++--
 t/db_dependent/Circulation/SwitchOnSiteCheckouts.t       |    4 ++--
 t/db_dependent/Circulation/TooMany.t                     |    4 ++--
 t/db_dependent/Circulation/issue.t                       |    4 ++--
 t/db_dependent/Circulation/transfers.t                   |    4 ++--
 t/db_dependent/CourseReserves.t                          |    4 ++--
 t/db_dependent/Holds.t                                   |    9 +++++----
 t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t      |    2 +-
 t/db_dependent/Holds/LocalHoldsPriority.t                |    2 ++
 t/db_dependent/Holds/RevertWaitingStatus.t               |   14 ++++++--------
 t/db_dependent/Items.t                                   |    9 +++------
 t/db_dependent/Items/AutomaticItemModificationByAge.t    |    2 +-
 t/db_dependent/Items/DelItem.t                           |    7 ++-----
 t/db_dependent/Koha/Object.t                             |    3 ++-
 t/db_dependent/Koha/Patrons.t                            |    4 +---
 t/db_dependent/Labels/t_Batch.t                          |    2 +-
 t/db_dependent/Members/GetAllIssues.t                    |    2 +-
 t/db_dependent/Members/IssueSlip.t                       |    2 +-
 t/db_dependent/Patron/Borrower_Discharge.t               |    4 ++--
 t/db_dependent/Reserves.t                                |    2 +-
 t/db_dependent/RotatingCollections.t                     |    4 ++--
 t/db_dependent/ShelfBrowser.t                            |    2 +-
 t/db_dependent/api/v1/holds.t                            |    2 +-
 29 files changed, 53 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list