mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
Code comment
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/lib/product.lib.php
|
||||
* \brief Ensemble de functions de base pour le module produit et service
|
||||
* \ingroup product
|
||||
* \file htdocs/core/lib/product.lib.php
|
||||
* \brief Set of functions for the module product and service
|
||||
* \ingroup product
|
||||
*/
|
||||
|
||||
/**
|
||||
* Prepare array with list of tabs
|
||||
*
|
||||
* @param Product $object Object related to tabs
|
||||
* @param Product $object Object related to tabs
|
||||
* @return array<array{0:string,1:string,2:string}> Array of tabs to show
|
||||
*/
|
||||
function product_prepare_head($object)
|
||||
|
||||
Reference in New Issue
Block a user