Skip to content
Snippets Groups Projects
Commit fd3e8df6 authored by Regis Houssin's avatar Regis Houssin
Browse files

bugfix

parent 476ca4a6
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,7 @@ class Livraison
$this->error=$this->db->error()." - sql=$sql";
dolibarr_syslog("expedition.class.php::valid ".$this->error);
return -2;
}
}
*/
......@@ -348,11 +349,13 @@ class Livraison
dolibarr_syslog("expedition.class.php::valid ".$this->error);
return -1;
}
}
}
}
else
{
$this->error="Non autorise";
dolibarr_syslog("expedition.class.php::valid ".$this->error);
dolibarr_syslog("livraison.class.php::valid ".$this->error);
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment