From: Alexander Smirnov Date: Thu, 20 Jun 2024 12:19:14 +0000 (+0300) Subject: Дебаг 001 X-Git-Tag: 1.3~52^2~5 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=fd206089a7e0d25c17206c403c0928a613fef1c3;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 001 --- diff --git a/erp24/actions/timetable/JoinMissingShiftsWithCheckinsAction.php b/erp24/actions/timetable/JoinMissingShiftsWithCheckinsAction.php index 3ab74c03..ddcaa559 100644 --- a/erp24/actions/timetable/JoinMissingShiftsWithCheckinsAction.php +++ b/erp24/actions/timetable/JoinMissingShiftsWithCheckinsAction.php @@ -33,11 +33,12 @@ class JoinMissingShiftsWithCheckinsAction extends Action ->one(); /** @var $planSlots TimetablePlan */ if ($planSlots) { - $checkin->plan_id = $planSlots->id; - $checkin->save(); - if ($checkin->getErrors()) { - var_dump($checkin->getErrors()); - } + var_dump([$checkin->id, $planSlots->id]); +// $checkin->plan_id = $planSlots->id; +// $checkin->save(); +// if ($checkin->getErrors()) { +// var_dump($checkin->getErrors()); +// } } } return 'ok';