feat: adjust penjualan calculation and delivery order logic

This commit is contained in:
rstubryan
2026-02-06 10:55:38 +07:00
parent e16fa9a167
commit 9dc8f05534
8 changed files with 41 additions and 72 deletions
@@ -208,7 +208,7 @@ const SalesOrderFormModal = ({
convertion_unit: normalizedConvertionUnit,
weight_per_convertion:
product.weight_per_convertion ?? undefined,
week: product.week?.value ?? undefined,
week: product.week ?? undefined,
} as CreateSalesOrderProductPayload;
}),
} as CreateSalesOrderPayload)