Merge branch '15_fix_graph_ficheinter_status' of github.com:FHenry/dolibarr into 15_fix_graph_ficheinter_status

This commit is contained in:
Florian HENRY 2022-06-23 10:20:50 +02:00
commit a12e7d1734

View File

@ -98,7 +98,6 @@ if ($resql) {
// -1=Canceled, 0=Draft, 1=Validated, 2=Accepted/On process, 3=Closed (Sent/Received, billed or not)
if ($num>0) {
while ($row = $db->fetch_row($resql)) {
if (!isset($vals[$row[1]])) {
$vals[$row[1]] = 0;
}