Fix: [ bug #1354 ] Tasks disapear in same sub-task

Conflicts:
	htdocs/install/mysql/migration/repair.sql
	htdocs/projet/class/project.class.php
This commit is contained in:
Laurent Destailleur
2014-04-26 21:47:15 +02:00
parent 4ecfa1d6e0
commit 537ada96a8
6 changed files with 166 additions and 80 deletions

View File

@@ -111,3 +111,6 @@ UPDATE llx_product p SET p.stock= (SELECT SUM(ps.reel) FROM llx_product_stock ps
-- DROP TABLE llx_product_fournisseur;
-- ALTER TABLE llx_product_fournisseur_price DROP COLUMN fk_product_fournisseur;
ALTER TABLE llx_product_fournisseur_price DROP FOREIGN KEY fk_product_fournisseur;
UPDATE llx_projet_task SET fk_task_parent = 0 WHERE fk_task_parent = rowid