Merge pull request #5101 from altatof/fix_fournprice_select

FIX: end of select when no fournprice
This commit is contained in:
Laurent Destailleur 2016-04-29 20:36:44 +02:00
commit 0735413e7c

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