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);