Use combo for selection of categories into virtual product edition
This commit is contained in:
parent
0c4bf2340f
commit
5ef7bee030
@ -511,7 +511,8 @@ if ($id > 0 || ! empty($ref))
|
||||
{
|
||||
require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
|
||||
print '<div class="inline-block">'.$langs->trans("CategoryFilter").': ';
|
||||
print $form->select_all_categories(Categorie::TYPE_PRODUCT, $parent).' </div>';
|
||||
print $form->select_all_categories(Categorie::TYPE_PRODUCT, $parent, 'parent').' </div>';
|
||||
print ajax_combobox('parent');
|
||||
}
|
||||
print '<div class="inline-block">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Search").'">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user