refactor(FE): Rename price to unit_price in customer payments

This commit is contained in:
rstubryan
2026-01-17 16:16:34 +07:00
parent 9ae5bdd969
commit a82c5e5593
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export type CustomerPaymentRow = {
qty: number;
weight: number;
average_weight: number;
price: number;
unit_price: number;
final_price: number;
total_price: number;
payment_amount: number;