email da inviare ai clienti ...

This commit is contained in:
Surya Paolo
2024-01-09 15:32:21 +01:00
parent 1021331f7c
commit 6dc74b5826
34 changed files with 1318 additions and 486 deletions

View File

@@ -212,7 +212,7 @@ export interface IOrderCart {
numorder: number
numord_pers: number
userId: string
user: IUserFields,
user: IUserFields | null,
totalQty: number
totalPrice: number
department?: string
@@ -230,7 +230,7 @@ export interface IOrderCart {
date_spedito?: Date
ricevuto: boolean
date_ricevuto?: Date
created_at: Date
created_at?: Date
note: string
}