Skip to content
Snippets Groups Projects
Commit 2a0c508d authored by Christophe Battarel's avatar Christophe Battarel
Browse files

FIX: end of select when no fournprice

parent bd69830c
No related branches found
No related tags found
No related merge requests found
......@@ -2160,10 +2160,10 @@ class Form
$form.= $opt;
$i++;
}
$form.= '</select>';
}
$form.= '</select>';
$this->db->free($result);
}
return $form;
}
else
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment