Add facturedet

This commit is contained in:
Rodolphe Quiedeville 2003-02-01 18:45:30 +00:00
parent 2c6eaf14dd
commit 3624b5f774

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> # Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
# #
# $Id$ # $Id$
# $Source$ # $Source$
@ -49,6 +49,7 @@ create:
$(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_fa_pr.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_fa_pr.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_facture.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_facturedet.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_fichinter.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_fichinter.sql
$(MYSQL) $(OPTIONS) $(BASE) < llx_paiement.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_paiement.sql