Merge branch 'WarehouseShippingNote/add-new-feature' into 'master'

added new create from calendar feature

See merge request fronk/thetool!1637
This commit is contained in:
Luca Haid
2025-08-14 05:36:59 +00:00

View File

@@ -691,7 +691,7 @@ class WarehouseShippingNoteController extends TTCrud {
}
}
$eventsJson = CalendarModel::getCalendarEvents($this->user);
$eventsJson = CalendarModel::getCalendarEvents($this->user, 0, 0, true);
$allEvents = json_decode($eventsJson, true)['data'] ?? [];
if (!is_array($allEvents)) {