loans index.php changes

This commit is contained in:
roshelrao
2021-06-15 15:51:14 +05:30
parent 528191e8da
commit d69d573e65

View File

@@ -3,6 +3,7 @@
Copyright (c) 2018 [Glacies UG, Berlin, Germany] (http://glacies.de)
Developer: Thilina Hasantha (http://lk.linkedin.com/in/thilinah | https://github.com/thilinah)
*/
use Classes\PermissionManager;
use CompanyLoans\Common\Model\CompanyLoan;
use CompanyLoans\Common\Model\EmployeeCompanyLoan;
@@ -68,7 +69,5 @@ var modJsList = [];
modJsList.tabEmployeeCompanyLoan.setRemoteTable(true);
var modJs = modJsList['tabCompanyLoan'];
</script>
<?php include APP_BASE_PATH.'footer.php';?>