Fix var not defined

This commit is contained in:
Laurent Destailleur 2020-10-27 02:03:13 +01:00
parent bb64d1a67f
commit 3f0a9cfce9

View File

@ -281,7 +281,7 @@ if ($modecompta != 'CREANCES-DETTES') {
}
}
$morefilter = '';
$moreforfilter = '';
print '<div class="div-table-responsive">';
print '<table class="tagtable liste'.($moreforfilter ? " listwithfilterbefore" : "").'">'."\n";