aggiornato prodotti e scontistica
This commit is contained in:
@@ -42,6 +42,7 @@ export interface IProduct {
|
||||
QuantitaPrenotateInAttesa?: number,
|
||||
stockQty: number,
|
||||
minBuyQty: number,
|
||||
minStepQty?: number,
|
||||
maxBookableQty: number,
|
||||
bookableQty: number,
|
||||
canBeShipped?: boolean,
|
||||
@@ -115,6 +116,8 @@ export interface ICatProd {
|
||||
_id?: any
|
||||
name: string,
|
||||
img?: string,
|
||||
icon?: string,
|
||||
color?: string,
|
||||
}
|
||||
|
||||
export interface IStorehouse {
|
||||
|
||||
Reference in New Issue
Block a user