Notification fix

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 11:09:07 -05:00
parent 090a127eaa
commit bbb58332ac
5 changed files with 61 additions and 3 deletions
+3 -1
View File
@@ -179,7 +179,9 @@ export class WrenchService {
return this.getPostData("getwallets", usrData);
}
jobGroupData(reqData){
return this.getPostData("jobgrouplist", reqData);
}
getFamilyWallets(reqData) {
return this.getPostData("familywallet", reqData);
}