- Installazione primo Sito Web del server
- Creazione prima pagina Home
This commit is contained in:
@@ -1953,6 +1953,11 @@ export const colTableProducts = [
|
||||
label_trans: 'products.quantityAvailable',
|
||||
fieldtype: costanti.FieldType.number
|
||||
}),
|
||||
AddCol({
|
||||
name: 'stockQty',
|
||||
label_trans: 'products.stockQty',
|
||||
fieldtype: costanti.FieldType.number
|
||||
}),
|
||||
AddCol({ name: 'canBeShipped', label_trans: 'products.canBeShipped', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'canBeBuyOnline', label_trans: 'products.canBeBuyOnline', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'weight', label_trans: 'products.weight', fieldtype: costanti.FieldType.number }),
|
||||
|
||||
@@ -5588,11 +5588,11 @@ export const tools = {
|
||||
.then((res: any) => {
|
||||
if (res) {
|
||||
userStore.my.profile.userstoverify = userStore.my.profile.userstoverify.filter((rec: any) => rec.username !== usernameDest)
|
||||
|
||||
|
||||
if (value)
|
||||
tools.showPositiveNotif($q, t('db.enabled_to_app', {username: usernameDest}))
|
||||
tools.showPositiveNotif($q, t('db.enabled_to_app', { username: usernameDest }))
|
||||
else
|
||||
tools.showNegativeNotif($q, t('db.rejected_to_app', {username: usernameDest}))
|
||||
tools.showNegativeNotif($q, t('db.rejected_to_app', { username: usernameDest }))
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -8254,6 +8254,7 @@ export const tools = {
|
||||
return 0
|
||||
},
|
||||
|
||||
|
||||
// FINE !
|
||||
|
||||
// getLocale() {
|
||||
|
||||
Reference in New Issue
Block a user