2
0
forked from Wavyzz/dolibarr
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

@@ -29,10 +29,10 @@
/**
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @param ChargeSociales $object Object related to tabs
* @return array Array of tabs to show
*/
function tax_prepare_head($object)
function tax_prepare_head(ChargeSociales $object)
{
global $langs, $conf;