- fix with old_code

- filtro per GAS
This commit is contained in:
Surya Paolo
2024-03-08 18:57:22 +01:00
parent ebbdc120c6
commit e14ea1d63e
4 changed files with 159 additions and 61 deletions

View File

@@ -1161,6 +1161,12 @@ export const useProducts = defineStore('Products', {
return myarr
},
getGasordinesActives() {
const globalStore = useGlobalStore()
return globalStore.gasordines.filter((rec) => rec.active)
},
},