From 3624b5f774e0c2e9ad9876c411569c1d0b8c507e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 1 Feb 2003 18:45:30 +0000 Subject: [PATCH] Add facturedet --- mysql/tables/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/Makefile b/mysql/tables/Makefile index 6038dee9c2f..27da449930b 100644 --- a/mysql/tables/Makefile +++ b/mysql/tables/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2001-2002 Rodolphe Quiedeville +# Copyright (C) 2001-2003 Rodolphe Quiedeville # # $Id$ # $Source$ @@ -49,6 +49,7 @@ create: $(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_fa_pr.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_facture.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_facturedet.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_fichinter.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_paiement.sql