Skip to content
Snippets Groups Projects
Commit 04f2b04d authored by Philippe Grand's avatar Philippe Grand
Browse files

try to fix : shipping specimen model not displayed

parent bc3f121d
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,8 @@ if ($action == 'specimen')
}
else
{
$mesg='<font class="error">'.$obj->error.'</font>';
dol_syslog($obj->error, LOG_ERR);
$mesg='<font class="error">'.$module->error.'</font>';
dol_syslog($module->error, LOG_ERR);
}
}
else
......
......@@ -1060,7 +1060,7 @@ class Expedition extends CommonObject
// Initialise parametres
$this->id=0;
$this->ref = 'SPECIMEN_SHIP';
$this->ref = 'SPECIMEN';
$this->specimen=1;
$this->statut = 1;
$this->livraison_id = 0;
......
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