- modifiche al catalogo
- tolta la richiesta di accettazione dei RIS, che ora vengono accettati automaticamente.
This commit is contained in:
@@ -37,6 +37,7 @@ export interface IProductInfo {
|
||||
idPublisher?: string
|
||||
publisher?: IPublisher
|
||||
date_publishing?: Date
|
||||
date_publishing_ts: number
|
||||
numpages?: number
|
||||
productTypes?: number[]
|
||||
versioneGM?: string
|
||||
@@ -44,7 +45,7 @@ export interface IProductInfo {
|
||||
|
||||
export interface IVariazione {
|
||||
active?: boolean
|
||||
arrversioni?: number[]
|
||||
versione?: number
|
||||
status?: string,
|
||||
price?: number
|
||||
sale_price?: number
|
||||
@@ -143,6 +144,7 @@ export interface IOrder {
|
||||
export interface IProductsState {
|
||||
products: IProduct[]
|
||||
authors: IAuthor[]
|
||||
publishers: IPublisher[]
|
||||
cart: ICart
|
||||
orders: IOrderCart[]
|
||||
catprods: ICatProd[]
|
||||
|
||||
Reference in New Issue
Block a user