X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freports_classes.inc;h=c4a476ed66cec4cba15da90253a87fc8dc91b875;hb=0bb9ce50f39b09b93005c45a49d9c47c4521267c;hp=c96378f7337b99dc93d1b87651c47ec29e056f8d;hpb=3593bf5e540f7bb5ce1fd084eeba83a88b0c1518;p=fa-stable.git diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index c96378f7..c4a476ed 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -253,7 +253,7 @@ class BoxReports case 'GRAPHIC': $sel = array(_("No Graphics"), _("Vertical bars"), _("Horizontal bars"), - _("Dots"), _("Lines"), _("Pie"), _("Donut")); + _("Dots"), _("Lines"), _("Pie"), _("Donut"), _("Half donut"), _("Spline")); return array_selector($name, null, $sel); case 'SYS_TYPES':