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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user