Merge branch 'NEW_develop_sub_BOM' of github.com:atm-adrien/dolibarr into NEW_develop_sub_BOM

This commit is contained in:
Adrien Raze 2021-08-26 09:28:05 +02:00
commit 4d96c5d345
2 changed files with 7 additions and 8 deletions

View File

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