- corretto la gestione degli Sconti

- Duplicare un Catalogo
This commit is contained in:
Surya Paolo
2025-06-11 01:05:20 +02:00
parent 56d1870bc1
commit d99ad47483
17 changed files with 296 additions and 147 deletions

View File

@@ -1049,6 +1049,7 @@ export interface IColGridTable {
tablesel?: string
notsave?: boolean
isadvanced_field?: boolean
dont_clone?: boolean
showWhen?: number
maxlength?: number
minlength?: number

View File

@@ -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