[koha-commits] main Koha release repository branch master updated. v18.05.00-380-gce96080

Git repo owner gitmaster at git.koha-community.org
Wed Aug 1 17:33:08 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, master has been updated
       via  ce96080f3005be5a63c9f2cab8d4b6c81e9b5b27 (commit)
      from  96f253d5ed2f1770b42f06554ebb4c4e14b3afdf (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 ce96080f3005be5a63c9f2cab8d4b6c81e9b5b27
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 15:24:10 2018 -0300

    Bug 21133: 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: Tomas Cohen Arazi <tomascohen at theke.io>

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

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                  |    3 ++-
 t/db_dependent/Holds/RevertWaitingStatus.t                 |   12 +++++-------
 t/db_dependent/Items.t                                     |    9 +++------
 t/db_dependent/Items/AutomaticItemModificationByAge.t      |    2 +-
 t/db_dependent/Items/DelItem.t                             |    7 ++-----
 t/db_dependent/Koha/Biblios.t                              |    2 +-
 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 +-
 30 files changed, 53 insertions(+), 63 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list