Bugzilla – Attachment 139456 Details for
Bug 30718
Use flatpickr's altInput option everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30718: Fix serials/showpredictionpattern.pl
Bug-30718-Fix-serialsshowpredictionpatternpl.patch (text/plain), 1.18 KB, created by
Marcel de Rooy
on 2022-08-19 09:44:20 UTC
(
hide
)
Description:
Bug 30718: Fix serials/showpredictionpattern.pl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-08-19 09:44:20 UTC
Size:
1.18 KB
patch
obsolete
>From 62214818640cf6b55223750f1f02741ff7b4d8e5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Jul 2022 15:10:02 +0200 >Subject: [PATCH] Bug 30718: Fix serials/showpredictionpattern.pl >Content-Type: text/plain; charset=utf-8 > >Can't locate object method "ymd" via package "2022-02-01" (perhaps you forgot to load "2022-02-01"?) at /kohadevbox/koha/serials/showpredictionpattern.pl line 100 >eval {...} at /kohadevbox/koha/serials/showpredictionpattern.pl line 2 > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > serials/showpredictionpattern.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/serials/showpredictionpattern.pl b/serials/showpredictionpattern.pl >index e4fe56781a..e553ee1269 100755 >--- a/serials/showpredictionpattern.pl >+++ b/serials/showpredictionpattern.pl >@@ -107,7 +107,7 @@ my %subscription = ( > innerloop3 => scalar $input->param('innerloop3') // '', > irregularity => '', > countissuesperunit => 1, >- firstacquidate => $firstacquidate->ymd, >+ firstacquidate => $firstacquidate, > ); > > my $issuenumber; >-- >2.20.1
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 30718
:
135487
|
137516
|
137707
|
137715
|
137803
|
137804
|
137805
|
137806
|
137807
|
137868
|
137869
|
138644
|
138645
|
138646
|
138647
|
138648
|
138649
|
138650
|
138651
|
138652
|
138658
|
138659
|
138748
|
138749
|
138750
|
138751
|
138752
|
138753
|
138754
|
138755
|
138756
|
138757
|
138758
|
138879
|
138980
|
139033
|
139073
|
139074
|
139075
|
139076
|
139077
|
139078
|
139079
|
139080
|
139081
|
139082
|
139083
|
139084
|
139085
|
139453
|
139454
|
139455
| 139456 |
139457
|
139458
|
139459
|
139460
|
139461
|
139462
|
139463
|
139464
|
139465
|
139466
|
139467
|
139468
|
139490
|
139605
|
143175