New functions

This commit is contained in:
Olu Amey
2023-02-12 21:19:40 -05:00
parent 993df3a690
commit 377d924a67
6 changed files with 33 additions and 64 deletions
+4
View File
@@ -71,6 +71,10 @@ $pathName = '';
$pathName = 'startjoblist';
break;
case WRENCHBOARD_MOBILE_ACTIVEJOB:
$pathName = 'activejoblist';
break;
}
return $pathName;
}