mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Rename price to unit_price in customer payments
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user