Skip to content
Snippets Groups Projects
Commit c49508c4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Revert "Fix migration for entity in remise table"

This reverts commit 452f7be4.
parent 90c670a8
No related branches found
No related tags found
No related merge requests found
......@@ -3692,7 +3692,7 @@ function migrate_remise_entity($db,$langs,$conf)
$db->begin();
$sqlSelect = "SELECT sr.rowid, s.entity";
$sqlSelect.= " FROM ".MAIN_DB_PREFIX."societe_remise_except as sr, ".MAIN_DB_PREFIX."societe as s";
$sqlSelect.= " FROM ".MAIN_DB_PREFIX."societe_remise as sr, ".MAIN_DB_PREFIX."societe as s";
$sqlSelect.= " WHERE sr.fk_soc = s.rowid and sr.entity != s.entity";
//print $sqlSelect;
......
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