marcosgdf-misc

Conflicts:
	htdocs/barcode/codeinit.php
This commit is contained in:
Laurent Destailleur
2015-02-18 22:54:02 +01:00
108 changed files with 413 additions and 367 deletions

View File

@@ -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");