From: marina Date: Mon, 10 Mar 2025 08:22:48 +0000 (+0300) Subject: правка проверки на налл X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Ffix_null_check_on_store;p=erp24_rep%2Fyii-erp24%2F.git правка проверки на налл --- diff --git a/erp24/views/timetable/start_shift_step_two.php b/erp24/views/timetable/start_shift_step_two.php index 73d076a1..eef56f04 100644 --- a/erp24/views/timetable/start_shift_step_two.php +++ b/erp24/views/timetable/start_shift_step_two.php @@ -196,7 +196,7 @@ if ($fact) {
-
store->name ?? $plan->store->name ?? $model->store->name ?>
+
store?->name ?? $plan->store?->name ?? $model->store?->name ?>