Fix: Debuggage du modele de bon de livraison rouget et suppression du modele dorade en doublon avec rouget
This commit is contained in:
parent
e6350aa25a
commit
e9ab004947
@ -230,6 +230,7 @@ delete from llx_document_model where nom='rouge' and type='order';
|
||||
delete from llx_document_model where nom='azur' and type='order';
|
||||
delete from llx_document_model where nom='orange' and type='propal';
|
||||
delete from llx_document_model where nom='transporteur' and type='shipping';
|
||||
delete from llx_document_model where nom='dorade' and type='shipping';
|
||||
|
||||
|
||||
alter table llx_actioncomm add column fk_commande integer after propalrowid;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user