mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
fix yd fetch data
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
}
|
||||
}
|
||||
|
||||
$customerno = preg_split('/(-|(|)|\/)/', $row->customerno);
|
||||
$customerno = preg_split('/(-|\/)/', $row->customerno);
|
||||
dd($customerno);
|
||||
if (!array_key_exists(2, $customerno)){
|
||||
if (!array_key_exists(1, $customerno)){
|
||||
|
||||
Reference in New Issue
Block a user