remove accounting tasks from auto generated tasks temporarily until ready

This commit is contained in:
Omair Saleh
2023-06-11 15:50:05 +08:00
parent 8a4718686a
commit 9db1f9f66e
@@ -23,7 +23,7 @@ class TransactionToPerfexCRMProcessorV2
$bookingInfo = $this->extractBookingInfo($model);
$projectName = 'Exchange | ' . $bookingInfo['serviceTypeName'] . ' | ' . $bookingInfo['bookingMarking'];
$tasks = $this->defineTasks($model, $status);
dd($tasks);
if(count($tasks) > 0) {
$updatePerfexCRMObject = new UpdatePerfexCRMObject(
$bookingInfo['companyName'],