Bugzilla – Attachment 42921 Details for
Bug 14522
Use Koha::Cache for accessing single_holidays()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master
PASSED-QA-Bug-14522-QA-Followup---Koha-complains-a.patch (text/plain), 664 bytes, created by
Kyle M Hall (khall)
on 2015-09-28 14:24:55 UTC
(
hide
)
Description:
[PASSED QA] Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-28 14:24:55 UTC
Size:
664 bytes
patch
obsolete
>From ecb45974ea3087c9d2c3980c880877357726783c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 25 Sep 2015 13:03:02 -0400 >Subject: [PATCH] [PASSED QA] Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > tools/newHolidays.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/tools/newHolidays.pl b/tools/newHolidays.pl >index 23ad1bb..dec4b3b 100755 >--- a/tools/newHolidays.pl >+++ b/tools/newHolidays.pl >@@ -12,7 +12,7 @@ use C4::Output; > > use Koha::Cache; > >- >+use C4::Dates; > use C4::Calendar; > use DateTime; > >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14522
:
41050
|
42255
|
42851
|
42855
|
42856
|
42887
|
42888
|
42919
|
42920
| 42921 |
42922
|
42926
|
43070
|
43071