Add new menu item call
This commit is contained in:
parent
b74226871e
commit
97404460ee
3 changed files with 15 additions and 1 deletions
|
|
@ -523,4 +523,9 @@ class Facture
|
|||
{
|
||||
return DB::getInstance()->delete('plugin_facturation_factures', 'id = '. (int)$id);
|
||||
}
|
||||
|
||||
public static function menuItem(array $params, array &$list): void
|
||||
{
|
||||
$list['plugin_facturation'] = sprintf('<a href="%sp/taima/">Facturation</a>', \Garradin\ADMIN_URL);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue