From: Joe Hunt Date: Thu, 8 Jun 2017 06:34:47 +0000 (+0200) Subject: Fixed dashboard page in Setup tab. Mixing customers in the Supplier diagram. X-Git-Tag: v2.4.2~17 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=845b3991baafeaf004abac0016430f398f71b232 Fixed dashboard page in Setup tab. Mixing customers in the Supplier diagram. --- diff --git a/includes/dashboard.inc b/includes/dashboard.inc index 21b1377f..b9799751 100644 --- a/includes/dashboard.inc +++ b/includes/dashboard.inc @@ -157,12 +157,15 @@ function display_all() table_one(); $title = customer_top($today, 3, 66, $pg); source_graphic($today, $title, _("Customer"), $pg, _("Sales")); + $pg = new graph(); $title = supplier_top($today, 3, 66, $pg); source_graphic($today, $title, _("Supplier"), $pg, _("Purchases")); + $pg = new graph(); $title = stock_top($today, 3, 66, 0, $pg); source_graphic($today, $title, _("Items"), $pg, _("Sales"), _("Costs")); table_two(); dimension_top($today, 3, 66); + $pg = new graph(); $title = gl_top($today, 66, $pg); source_graphic($today, $title, _("Class"), $pg, _("Amount"), null, 5); stock_top($today, 3, 66, 2);