Attivare gli scambi RIS solo se si è aggiunto almeno 1 bene o 1 servizio.
This commit is contained in:
@@ -106,6 +106,11 @@ export interface IUserProfile {
|
||||
refused_circuits: any[]
|
||||
manage_mycircuits: ICircuit[]
|
||||
useraccounts: IAccount[]
|
||||
calc?: ICalc
|
||||
}
|
||||
|
||||
export interface ICalc{
|
||||
numGoodsAndServices?: number
|
||||
}
|
||||
|
||||
export interface IPaymentType {
|
||||
|
||||
Reference in New Issue
Block a user