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

Fix: correction bug

parent 1252007f
No related branches found
No related tags found
No related merge requests found
......@@ -1684,8 +1684,8 @@ function migrate_detail_livraison($db,$langs,$conf)
if ($resql2)
{
$sql = "SELECT l.total_ht";
$sql.= " FROM ".MAIN_DB_PREFIX."livraison as l";
$sql = "SELECT total_ht";
$sql.= " FROM ".MAIN_DB_PREFIX."livraison";
$sql.= " WHERE rowid = ".$obj->fk_livraison;
$resql3=$db->query($sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment