Merge branch '15_fix_graph_ficheinter_status' of github.com:FHenry/dolibarr into 15_fix_graph_ficheinter_status
This commit is contained in:
commit
a12e7d1734
@ -98,7 +98,6 @@ if ($resql) {
|
|||||||
// -1=Canceled, 0=Draft, 1=Validated, 2=Accepted/On process, 3=Closed (Sent/Received, billed or not)
|
// -1=Canceled, 0=Draft, 1=Validated, 2=Accepted/On process, 3=Closed (Sent/Received, billed or not)
|
||||||
if ($num>0) {
|
if ($num>0) {
|
||||||
while ($row = $db->fetch_row($resql)) {
|
while ($row = $db->fetch_row($resql)) {
|
||||||
|
|
||||||
if (!isset($vals[$row[1]])) {
|
if (!isset($vals[$row[1]])) {
|
||||||
$vals[$row[1]] = 0;
|
$vals[$row[1]] = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user