debug do update

This commit is contained in:
omair saleh
2022-03-29 23:43:29 +08:00
parent 74d85eee60
commit 709534ce04
@@ -77,8 +77,7 @@ class UpdateDoFromVTPortalProcessor
if ($vt_do) {
foreach ($vt_do->Rows as $key => $row) {
dd($packing_list->containers()->first()->reference);
if ($row[4] === $packing_list->container->reference) {
if ($row[4] === $packing_list->containers()->first()->reference) {
dd($row);
}
continue;