Fix: Debuggage du modele de bon de livraison rouget et suppression du modele dorade en doublon avec rouget

This commit is contained in:
Laurent Destailleur 2006-08-27 22:43:01 +00:00
parent e6350aa25a
commit e9ab004947

View File

@ -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;