From db366dc7cee7e61cd7bf137aa8d3cfaecb1fd4c1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Jun 2023 14:27:14 +0000 Subject: [PATCH] loan/investment/fleetmgmt fixes --- Admin/Install/Navigation.install.json | 2 +- Models/Loan.php | 99 +++++++++++++++++++ .../{InvestmentStatus.php => LoanStatus.php} | 12 +-- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 4 files changed, 106 insertions(+), 9 deletions(-) create mode 100644 Models/Loan.php rename Models/{InvestmentStatus.php => LoanStatus.php} (64%) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9190a29..1c7225b 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -4,7 +4,7 @@ "pid": "/", "type": 2, "subtype": 1, - "name": "Loan", + "name": "Loans", "uri": "{/base}finance/loan/list?{?}", "target": "self", "icon": null, diff --git a/Models/Loan.php b/Models/Loan.php new file mode 100644 index 0000000..a4c60ee --- /dev/null +++ b/Models/Loan.php @@ -0,0 +1,99 @@ + [ 'List' => 'List', - 'Loan' => 'Loan', + 'Loans' => 'Loans', ]];