Merge pull request #5101 from altatof/fix_fournprice_select
FIX: end of select when no fournprice
This commit is contained in:
commit
0735413e7c
@ -2160,10 +2160,10 @@ class Form
|
||||
$form.= $opt;
|
||||
$i++;
|
||||
}
|
||||
$form.= '</select>';
|
||||
|
||||
$this->db->free($result);
|
||||
}
|
||||
|
||||
$form.= '</select>';
|
||||
$this->db->free($result);
|
||||
return $form;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user