mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
performa invoice
This commit is contained in:
@@ -88,6 +88,7 @@ class UpdateBookingAmountLogic extends AbstractControllerLogic
|
||||
}
|
||||
|
||||
$poTransaction = $booking->transactions()->where('type', TransactionType::PURCHASE_ORDER)->first();
|
||||
$proforma = $booking->transactions()->where('type', TransactionType::PROFORMA)->delete();
|
||||
|
||||
$this->updatesTransactionStatus->execute($poTransaction, ApprovalStatus::PENDING_SUBMISSION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user