ok to list equipments for a specific category, next historical entries and outputs for a specific equipment.

This commit is contained in:
JBthePenguin 2021-06-12 17:17:03 +02:00
parent 20f55add52
commit 5ee30cf9ed
9 changed files with 165 additions and 56 deletions

View file

@ -36,5 +36,5 @@ class Category
{
return DB::getInstance()->get(
'SELECT * FROM plugin_materiels_equipment WHERE category_id = ? ORDER BY designation;', $id);
}
}
}