ok
This commit is contained in:
@@ -5152,6 +5152,14 @@ export const tools = {
|
||||
return false
|
||||
},
|
||||
|
||||
getProvincia() {
|
||||
const userStore = useUserStore()
|
||||
const globalStore = useGlobalStore()
|
||||
let prov = userStore.my.profile.resid_province
|
||||
|
||||
return globalStore.getProvinceByProv(prov)
|
||||
},
|
||||
|
||||
getLinkBotTelegram(aportador_solidario: string, regexpire: string): string {
|
||||
let mylink = ''
|
||||
const sep = '-'
|
||||
|
||||
Reference in New Issue
Block a user