Ajout tables relatives aux commandes

This commit is contained in:
Rodolphe Quiedeville 2003-11-09 15:27:54 +00:00
parent 7347ee0479
commit 97c57ab5f5

View File

@ -24,6 +24,10 @@ drop table if exists llx_product_stock;
drop table if exists llx_stock;
drop table if exists llx_stock_mouvement;
drop table if exists llx_co_pr;
drop table if exists llx_commande;
drop table if exists llx_commandedet;
drop table if exists c_actioncomm;
drop table if exists c_chargesociales;