Fixing style errors.
This commit is contained in:
parent
c5101f4bd7
commit
e908118db8
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user