Fixing style errors.

This commit is contained in:
stickler-ci 2022-06-22 11:52:58 +00:00
parent c5101f4bd7
commit e908118db8

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;
}