- Find Friends by Region or Province

This commit is contained in:
Surya Paolo
2023-03-22 22:45:00 +01:00
parent 396028748d
commit 9745133e81
8 changed files with 40 additions and 12 deletions

View File

@@ -1578,6 +1578,15 @@ export const useGlobalStore = defineStore('GlobalStore', {
})
},
getProvinceByProv(provstr: string) {
const recprov = this.provinces.find((rec: any) => rec.prov === provstr)
return recprov ? recprov.descr : ''
},
async sendEmailTest({ previewonly }: { previewonly: any }) {
const usertosend = {
locale: tools.getLocale(),