aggiornamento cataloghi, search
This commit is contained in:
@@ -456,7 +456,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
else if (table === 'friends')
|
||||
return userStore.my.profile.friends
|
||||
else if (table === 'lista_editori') {
|
||||
ris = userStore.getListaEditori
|
||||
ris = userStore.listaEditori
|
||||
} else if (table === 'friendsandme')
|
||||
return [{ username: userStore.my.username }, ...userStore.my.profile.friends]
|
||||
// else if (table === 'mygroups')
|
||||
@@ -2614,7 +2614,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
const options: IOptQueryGM = {
|
||||
nameTable: 'T_Web_Articoli',
|
||||
query: '',
|
||||
where: 'T.IdArticolo =' + sku + ' AND T.Ean13 = ' + isbn,
|
||||
where: 'T.IdArticolo =' + sku + ' AND T.Ean13 = \'' + isbn + '\'',
|
||||
showQtaDisponibile: false,
|
||||
outhtml: false,
|
||||
cmd: shared_consts.CmdQueryMs.UPDATE,
|
||||
|
||||
Reference in New Issue
Block a user