dolibarr  20.0.0-alpha
Functions
stock.lib.php File Reference

Library file with function for stock module. More...

Go to the source code of this file.

Functions

 stock_prepare_head ($object)
 Prepare array with list of tabs. More...
 
 stock_admin_prepare_head ()
 Return array head with list of tabs to view object information. More...
 

Detailed Description

Library file with function for stock module.

Definition in file stock.lib.php.

Function Documentation

◆ stock_admin_prepare_head()

stock_admin_prepare_head ( )

Return array head with list of tabs to view object information.

Returns
array head array with tabs

Definition at line 91 of file stock.lib.php.

◆ stock_prepare_head()

stock_prepare_head (   $object)

Prepare array with list of tabs.

Parameters
Object$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 30 of file stock.lib.php.