- fix with old_code
- filtro per GAS
This commit is contained in:
@@ -1161,6 +1161,12 @@ export const useProducts = defineStore('Products', {
|
||||
return myarr
|
||||
},
|
||||
|
||||
getGasordinesActives() {
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
return globalStore.gasordines.filter((rec) => rec.active)
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user