1 Oct
2024
1 Oct
'24
6:17 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38046 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #2)
Ok, I think that I've got it...
Ooops, didn't copy the code quite correctly. my $datedue = dt_from_string(); $datedue->set_hour('02'); $datedue->set_minute('54'); my $dur = DateTime::Duration->new( days => 14); my $branchcode = 'CPL'; my $daysmode = 'Calendar'; my $calendar = Koha::Calendar->new( branchcode => $branchcode, days_mode => $daysmode ); $datedue = $calendar->addDuration( $datedue, $dur, 14 ); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.