Repair datec empty for products

This commit is contained in:
Laurent Destailleur 2017-11-04 15:25:52 +01:00
parent 141bef0b8a
commit 86eb028beb

View File

@ -122,6 +122,8 @@ delete from llx_adherent_extrafields where fk_object not in (select rowid from l
delete from llx_product_extrafields where fk_object not in (select rowid from llx_product);
--delete from llx_societe_commerciaux where fk_soc not in (select rowid from llx_societe);
UPDATE llx_product SET datec = tms WHERE datec IS NULL;
-- Clean stocks