Skip to content

Commit

Permalink
FIX php warning method declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Jun 20, 2016
1 parent 195fcc5 commit c34ef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/societe/mod_codecompta_aquarium.php
Expand Up @@ -105,7 +105,7 @@ function getExample($langs,$objsoc=0,$type=-1)
* @param string $type 'customer' or 'supplier'
* @return int >=0 if OK, <0 if KO
*/
function get_code($db, $societe, $type)
function get_code($db, $societe, $type='')
{
$i = 0;
$this->db = $db;
Expand Down

0 comments on commit c34ef41

Please sign in to comment.