mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
committed by
GitHub
parent
0f6c160cbb
commit
62b3bc93f4
@@ -195,9 +195,12 @@ print '</tr>';
|
||||
for ($mois = 1; $mois < 13; $mois++) {
|
||||
print '<tr class="oddeven">';
|
||||
print "<td>".dol_print_date(dol_mktime(1, 1, 1, $mois, 1, 2000), "%B")."</td>";
|
||||
$totsorties[$annee] = 0;
|
||||
$totentrees[$annee] = 0;
|
||||
|
||||
for ($annee = $year_start; $annee <= $year_end; $annee++) {
|
||||
if ($mois == 1){
|
||||
$totsorties[$annee] = 0;
|
||||
$totentrees[$annee] = 0;
|
||||
}
|
||||
$case = sprintf("%04s-%02s", $annee, $mois);
|
||||
|
||||
print '<td class="right" width="10%"> ';
|
||||
|
||||
Reference in New Issue
Block a user