Qual: Return id of order creates instead of 1 with method
createFromProposal
This commit is contained in:
parent
44cd024f89
commit
729cef3eb4
@ -989,7 +989,7 @@ class Commande extends CommonOrder
|
|||||||
$this->fetch($ret);
|
$this->fetch($ret);
|
||||||
$this->valid($user);
|
$this->valid($user);
|
||||||
}
|
}
|
||||||
return 1;
|
return $ret;
|
||||||
}
|
}
|
||||||
else return -1;
|
else return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user