feat(FE-311): Use latest_approval for purchase approvals

This commit is contained in:
rstubryan
2025-12-08 17:42:23 +07:00
parent 7cc2a31745
commit 68874a1c14
2 changed files with 14 additions and 13 deletions
+1
View File
@@ -62,6 +62,7 @@ export type BasePurchase = {
warehouse?: Warehouse;
items?: PurchaseItem[];
approval?: BaseApproval;
latest_approval?: BaseApproval;
};
export type Purchase = BaseMetadata & BasePurchase;