Repair datec empty for products
This commit is contained in:
parent
141bef0b8a
commit
86eb028beb
@ -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_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);
|
--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
|
-- Clean stocks
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user