- aggiunto note 'note_ordine_gas'

- corretto bug
This commit is contained in:
Surya Paolo
2024-03-26 15:37:01 +01:00
parent 9be104f605
commit 6856c4cc8e
81 changed files with 565 additions and 214 deletions

View File

@@ -213,6 +213,7 @@ export interface IGasordine {
referent?: string,
city?: string,
img?: string,
note_ordine_gas?: string
dataora_chiusura_ordini?: Date,
data_arrivo_merce?: Date,
dataora_ritiro?: Date,
@@ -271,6 +272,7 @@ export interface IOrderCart {
note: string
note_per_gestore: string
note_per_admin: string
note_ordine_gas: string
}
export interface IShareWithUs {