mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Merge branch 'misc' of https://github.com/marcosgdf/dolibarr into
marcosgdf-misc Conflicts: htdocs/barcode/codeinit.php
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
/**
|
||||
* Prepare array with list of tabs
|
||||
*
|
||||
* @param Object $object Object related to tabs
|
||||
* @param Commande $object Object related to tabs
|
||||
* @return array Array of tabs to show
|
||||
*/
|
||||
function commande_prepare_head($object)
|
||||
function commande_prepare_head(Commande $object)
|
||||
{
|
||||
global $langs, $conf, $user;
|
||||
if (! empty($conf->expedition->enabled)) $langs->load("sendings");
|
||||
|
||||
Reference in New Issue
Block a user