From 9518928b7d90e2eedb059aa0d64b9b92be8d80d4 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 12 Nov 2024 07:59:38 +0800 Subject: [PATCH] Laravel Vapor - Remove comments --- .../Transactions/Processors/ReleaseGoodsToCustomerProcessor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Classes/Modules/Transactions/Processors/ReleaseGoodsToCustomerProcessor.php b/app/Classes/Modules/Transactions/Processors/ReleaseGoodsToCustomerProcessor.php index bbf6a000..c00bad32 100644 --- a/app/Classes/Modules/Transactions/Processors/ReleaseGoodsToCustomerProcessor.php +++ b/app/Classes/Modules/Transactions/Processors/ReleaseGoodsToCustomerProcessor.php @@ -69,7 +69,6 @@ class ReleaseGoodsToCustomerProcessor Log::channel('storage_invoices')->info('ReleaseGoodsToCustomerProcessor updatesTransactionStatus'); $this->updatesTransactionStatus->execute($invoice, ApprovalStatus::COMPLETED); - //cief todo: remove the following if block if($invoice->type === TransactionType::STORAGE_INVOICE){ Log::channel('storage_invoices')->info('ReleaseGoodsToCustomerProcessor createStorageInvoiceDocTransactionProcessor'); $this->createStorageInvoiceDocTransactionProcessor->execute($packingList);