diff --git a/inc/typefamily.class.php b/inc/typefamily.class.php index 1f7b38a..87e9cb9 100644 --- a/inc/typefamily.class.php +++ b/inc/typefamily.class.php @@ -108,7 +108,7 @@ public static function getItemtypesByFamily($families_id) [ 'plugin_genericobject_typefamilies_id' => $families_id, 'is_active' => 1 - ] + ] + ['ORDER' => 'name'] ); } }