From 6fc44f0b860a17b7be0f4dbcf7d1f1fc3a6e415f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 17 Feb 2006 13:50:22 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20mod=E9les=20commande=20et=20f?= =?UTF-8?q?acture=20fournisseur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/commande/modules/index.php | 23 +++++++++++++++++++++ htdocs/fourn/commande/modules/pdf/index.php | 23 +++++++++++++++++++++ htdocs/fourn/facture/modules/index.php | 23 +++++++++++++++++++++ htdocs/fourn/facture/modules/pdf/index.php | 23 +++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 htdocs/fourn/commande/modules/index.php create mode 100644 htdocs/fourn/commande/modules/pdf/index.php create mode 100644 htdocs/fourn/facture/modules/index.php create mode 100644 htdocs/fourn/facture/modules/pdf/index.php diff --git a/htdocs/fourn/commande/modules/index.php b/htdocs/fourn/commande/modules/index.php new file mode 100644 index 00000000000..e8534d391a5 --- /dev/null +++ b/htdocs/fourn/commande/modules/index.php @@ -0,0 +1,23 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + * $Source$ + */ + +Header("Location: ../index.php"); +?> diff --git a/htdocs/fourn/commande/modules/pdf/index.php b/htdocs/fourn/commande/modules/pdf/index.php new file mode 100644 index 00000000000..e8534d391a5 --- /dev/null +++ b/htdocs/fourn/commande/modules/pdf/index.php @@ -0,0 +1,23 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + * $Source$ + */ + +Header("Location: ../index.php"); +?> diff --git a/htdocs/fourn/facture/modules/index.php b/htdocs/fourn/facture/modules/index.php new file mode 100644 index 00000000000..e8534d391a5 --- /dev/null +++ b/htdocs/fourn/facture/modules/index.php @@ -0,0 +1,23 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + * $Source$ + */ + +Header("Location: ../index.php"); +?> diff --git a/htdocs/fourn/facture/modules/pdf/index.php b/htdocs/fourn/facture/modules/pdf/index.php new file mode 100644 index 00000000000..e8534d391a5 --- /dev/null +++ b/htdocs/fourn/facture/modules/pdf/index.php @@ -0,0 +1,23 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + * $Source$ + */ + +Header("Location: ../index.php"); +?>