Fix var not initialized

This commit is contained in:
Laurent Destailleur 2019-11-28 14:16:54 +01:00
parent 6ee6c5d514
commit 614b82fe88

View File

@ -3971,7 +3971,7 @@ class Form
if ($type === Categorie::TYPE_BANK_LINE)
{
// TODO Move this into common category feature
$categids = array();
$cate_arbo = array();
$sql = "SELECT c.label, c.rowid";
$sql .= " FROM ".MAIN_DB_PREFIX."bank_categ as c";
$sql .= " WHERE entity = ".$conf->entity;