- Altri aggiornamenti della scheda
This commit is contained in:
@@ -808,6 +808,7 @@ export interface IMyScheda {
|
||||
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
idTipologie?: number[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
idCollane?: number[]
|
||||
@@ -845,11 +846,17 @@ export interface ISchedaSingola {
|
||||
arrProdToShow?: IProduct[][][]
|
||||
}
|
||||
|
||||
export interface IOptRigenera {
|
||||
visibilitaDisp?: string
|
||||
stato?: string
|
||||
}
|
||||
|
||||
export interface IOptCatalogo {
|
||||
//++AddCATALOGO_FIELDS
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
formato?: string[]
|
||||
idTipologie?: number[]
|
||||
Categoria?: string[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
|
||||
Reference in New Issue
Block a user