financial outlook display
This commit is contained in:
@@ -129,7 +129,7 @@ class FinanceController extends Controller
|
|||||||
* Display a graph of the financial outlook of the alliance
|
* Display a graph of the financial outlook of the alliance
|
||||||
*/
|
*/
|
||||||
public function displayOutlook() {
|
public function displayOutlook() {
|
||||||
$months = 12;
|
$months = 6;
|
||||||
$income = array();
|
$income = array();
|
||||||
$expenses = array();
|
$expenses = array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user