From 4bd73cdda1d62fa5c050bb7feba5e0f03ed12f4a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 6 Sep 2010 13:54:42 +0000 Subject: [PATCH] Works on migration management positioning lines Phase 2 : llx_commandedet --- htdocs/install/upgrade2.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index 53a1eb2b9dc..4b8e76e41d5 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -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) {