Works on migration management positioning lines

Phase 2 : llx_commandedet
This commit is contained in:
Regis Houssin 2010-09-06 13:54:42 +00:00
parent 1288c620f2
commit 4bd73cdda1

View File

@ -3070,7 +3070,10 @@ function migrate_element_rang($db,$langs,$conf)
// llx_propaldet
$tables[] = array('name'=>'propaldet','element'=>'propal','fk_element'=>'fk_propal');
// llx_commandedet
$tables[] = array('name'=>'commandedet','element'=>'commande','fk_element'=>'fk_commande');
//llx_facturedet
//$tables[] = array('name'=>'facturedet','element'=>'facture','fk_element'=>'fk_facture');
foreach($tables as $table)
{