FIX: end of select when no fournprice
This commit is contained in:
parent
bd69830cbd
commit
2a0c508d47
@ -2160,10 +2160,10 @@ class Form
|
|||||||
$form.= $opt;
|
$form.= $opt;
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
$form.= '</select>';
|
|
||||||
|
|
||||||
$this->db->free($result);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$form.= '</select>';
|
||||||
|
$this->db->free($result);
|
||||||
return $form;
|
return $form;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user