mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
refactor(FE): Add ProductPrice and SellingPrice fields to types
This commit is contained in:
Vendored
+2
@@ -10,6 +10,8 @@ export type BaseInventoryProduct = {
|
||||
name: string;
|
||||
brand: string;
|
||||
sku: string;
|
||||
ProductPrice: number;
|
||||
SellingPrice?: number;
|
||||
product_price: number;
|
||||
selling_price?: number;
|
||||
tax?: number;
|
||||
|
||||
Vendored
+2
@@ -10,6 +10,8 @@ export type PurchaseItemProduct = {
|
||||
id: number;
|
||||
name: string;
|
||||
flags?: string[];
|
||||
ProductPrice?: number;
|
||||
SellingPrice?: number;
|
||||
uom?: {
|
||||
name: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user