Bugzilla – Attachment 42888 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]
Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master
Bug-14522-QA-Followup---Koha-complains-about-missi.patch (text/plain), 597 bytes, created by
Kyle M Hall (khall)
on 2015-09-25 17:44:37 UTC
(
hide
)
Description:
Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-25 17:44:37 UTC
Size:
597 bytes
patch
obsolete
>From 3290d00a8923aa225991f4125620f515c7dcc3a1 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] Bug 14522 [QA Followup] - Koha complains about missing C4::Dates on master > >--- > 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