mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX export survey in csv (unknown and ko was inverted)
This commit is contained in:
parent
00bdf902a3
commit
e7b06df4cc
|
|
@ -113,10 +113,10 @@ if ($resql) {
|
|||
$input .= 'OK;';
|
||||
$somme[$k]++;
|
||||
} elseif ($car == "2") {
|
||||
$input .= 'KO;';
|
||||
$input .= ';';
|
||||
$somme[$k]++;
|
||||
} else {
|
||||
$input .= ';';
|
||||
$input .= 'KO;';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user