https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35468

--- Comment #25 from Jonathan Druart <[email protected]> ---
root@kohadevbox:koha$ perltidy t/db_dependent/api/v1/bookings.t

root@kohadevbox:koha$ diff t/db_dependent/api/v1/bookings.t*
89,90c89,90
<     my $start_1   = dt_from_string->add( days => 1 )->truncate( to => 'day'
);
<     my $end_1     = dt_from_string->add( days => 6 )->truncate( to => 'day'
);
---
>     my $start_1 = dt_from_string->add( days => 1 )->truncate( to => 'day' );
>     my $end_1   = dt_from_string->add( days => 6 )->truncate( to => 'day' );
101,102c101,102
<     my $start_2   = dt_from_string->add( days => 4 )->truncate( to => 'day'
);
<     my $end_2     = dt_from_string->add( days => 8 )->truncate( to => 'day'
);
---
>     my $start_2 = dt_from_string->add( days => 4 )->truncate( to => 'day' );
>     my $end_2   = dt_from_string->add( days => 8 )->truncate( to => 'day' );

Seems easy to recreate.

ktd: This is perltidy, v20200110


However new version has a different output (host): v20210717

This will appear until we embed the new version in ktd, see bug 30002 comment
49.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to