Some more bugfixing
This commit is contained in:
@@ -21,7 +21,7 @@ $sth->execute([$assetclass_id]);
|
||||
|
||||
$smarty->assign("assetclass", $sth->fetch(PDO::FETCH_OBJ));
|
||||
|
||||
$smarty->assign("assetclassgroup_options", db_get_options_assetclass());
|
||||
$smarty->assign("assetclassgroup_options", db_get_options_assetclassgroup());
|
||||
|
||||
$smarty->display("assetclassedit.tpl");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user