refactor(FE-311): remove transport_total field and update approval actions

This commit is contained in:
rstubryan
2025-12-08 14:42:39 +07:00
parent 88878f7613
commit 3a7f1f4812
7 changed files with 73 additions and 121 deletions
@@ -925,6 +925,7 @@ const PurchaseOrderDetail = ({
color: 'success',
onClick: async (notes) => {
const payload: CreateManagerApprovalRequestPayload = {
action: 'APPROVED',
notes: notes || null,
};