debug do update

This commit is contained in:
omair saleh
2022-03-29 23:39:28 +08:00
parent 0c7e4d5785
commit c0ee3a8e57
@@ -77,6 +77,7 @@ class UpdateDoFromVTPortalProcessor
if ($vt_do) {
foreach ($vt_do->Rows as $key => $row) {
dd($packing_list->container->reference);
if ($row[4] === $packing_list->container->reference) {
dd($row);
}