From 38353dd3796df4a763547e49f48480fd1086f6a0 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 18 Apr 2016 14:18:07 +0000 Subject: [PATCH] Bug 14695 [QA Followup] - Fix method names 'type' to '_type' --- Koha/Old/Hold.pm | 2 +- Koha/Old/Holds.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Old/Hold.pm b/Koha/Old/Hold.pm index ede5833..876bb6d 100644 --- a/Koha/Old/Hold.pm +++ b/Koha/Old/Hold.pm @@ -38,7 +38,7 @@ This object represents a hold that has been filled or canceled =cut -sub type { +sub _type { return 'OldReserve'; } diff --git a/Koha/Old/Holds.pm b/Koha/Old/Holds.pm index 16fce12..d5fcd77 100644 --- a/Koha/Old/Holds.pm +++ b/Koha/Old/Holds.pm @@ -43,7 +43,7 @@ This object represents a set of holds that have been filled or canceled =cut -sub type { +sub _type { return 'OldReserve'; } -- 2.1.4