remove accounting tasks from auto generated tasks temporarily until ready

This commit is contained in:
Omair Saleh
2023-06-11 17:02:45 +08:00
parent 157151c3b7
commit cbec6e9220
@@ -165,7 +165,7 @@ class TransactionToPerfexCRMProcessorV2
if($status == ApprovalStatus::APPROVED){
UpdatePerfexCRMPrelude::dispatch($model, $updatePerfexCRMObject, UpdatePerfexCRM::class, UpdatePerfexCRMInvoice::class);
} elseif($status == ApprovalStatus::PENDING_VERIFICATION){
UpdatePerfexCRM::dispatch($updatePerfexCRMObject, null, null);
UpdatePerfexCRMPrelude::dispatch($model, $updatePerfexCRMObject, UpdatePerfexCRM::class);
}
}
}