- corretto la gestione degli Sconti
- Duplicare un Catalogo
This commit is contained in:
@@ -1049,6 +1049,7 @@ export interface IColGridTable {
|
||||
tablesel?: string
|
||||
notsave?: boolean
|
||||
isadvanced_field?: boolean
|
||||
dont_clone?: boolean
|
||||
showWhen?: number
|
||||
maxlength?: number
|
||||
minlength?: number
|
||||
|
||||
@@ -442,6 +442,7 @@ export interface IOrderCart {
|
||||
created_at?: Date
|
||||
note: string
|
||||
codice_sconto?: string
|
||||
descr_sconto?: string
|
||||
note_per_gestore: string
|
||||
note_per_admin: string
|
||||
note_ordine_gas: string
|
||||
|
||||
Reference in New Issue
Block a user