mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update UploadPurchaseOrderLogic fix compnay that not using auto PO
This commit is contained in:
@@ -84,7 +84,7 @@ class UploadPurchaseOrderLogic extends AbstractControllerLogic
|
||||
|
||||
$this->createsFile->execute($document, $object);
|
||||
|
||||
if(in_array($booking->company->id, [199, 510])){
|
||||
if(!in_array($booking->company->id, [199, 510])){
|
||||
$this->createPurchaseOrderFor1688OrderProcessor->execute($booking);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user