FIX php warning method declaration
This commit is contained in:
parent
195fcc5653
commit
c34ef410e8
@ -105,7 +105,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
|
|||||||
* @param string $type 'customer' or 'supplier'
|
* @param string $type 'customer' or 'supplier'
|
||||||
* @return int >=0 if OK, <0 if KO
|
* @return int >=0 if OK, <0 if KO
|
||||||
*/
|
*/
|
||||||
function get_code($db, $societe, $type)
|
function get_code($db, $societe, $type='')
|
||||||
{
|
{
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user