Merge branch 'NEW_develop_sub_BOM' of github.com:atm-adrien/dolibarr into NEW_develop_sub_BOM
This commit is contained in:
commit
4d96c5d345
@ -18,7 +18,6 @@ switch ($action){
|
|||||||
$options = array();
|
$options = array();
|
||||||
$cpt=0;
|
$cpt=0;
|
||||||
while ($obj = $db->fetch_object($resql)) {
|
while ($obj = $db->fetch_object($resql)) {
|
||||||
|
|
||||||
$options[$obj->rowid] = $obj->ref.' - '.$obj->label;
|
$options[$obj->rowid] = $obj->ref.' - '.$obj->label;
|
||||||
$cpt++;
|
$cpt++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user