FIX: end of select when no fournprice

This commit is contained in:
Christophe Battarel 2016-04-25 11:26:13 +02:00
parent bd69830cbd
commit 2a0c508d47

View File

@ -2160,10 +2160,10 @@ class Form
$form.= $opt;
$i++;
}
$form.= '</select>';
$this->db->free($result);
}
$form.= '</select>';
$this->db->free($result);
return $form;
}
else