From 8e4f91514e5c8d541b04932ba10316c97639fe42 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Mar 2023 13:08:51 +0100 Subject: [PATCH] Doc --- htdocs/compta/resultat/result.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php index a44772107aa..b80189bc00b 100644 --- a/htdocs/compta/resultat/result.php +++ b/htdocs/compta/resultat/result.php @@ -56,8 +56,11 @@ $date_endyear = GETPOST('date_endyear', 'int'); $nbofyear = 1; +// Change this to test different cases of setup +//$conf->global->SOCIETE_FISCAL_MONTH_START = 7; + // Date range -$year = GETPOST('year', 'int'); +$year = GETPOST('year', 'int'); // year with current month, is the month of the period we must show if (empty($year)) { $year_current = dol_print_date(dol_now('gmt'), "%Y", 'gmt'); $month_current = strftime("%m", dol_now());