LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Implicit conversion from float 1.5 to int loses precision

colisee opened this issue · comments

Application version: develop, 2.8.6
PHP version: 8
How to reproduce the bug:

  1. Enable the api service in config/config.php
  2. Visit http://<your_librebooking_host>/Web/Services
  3. The generated page is truncated with the above error

Capture d'écran 2023-08-05 095924

I assume this can be closed now based on:

commit 2531458d043bf1d3917db5c349d204616c0c375e
Author: Robin ALEXANDER <64310405+colisee@users.noreply.github.com>
Date:   Sat Aug 5 10:02:37 2023 +0200

    Fix issue 212

    Bug: Implicit conversion from float 1.5 to int loses precision