From cd34e3b9ba65e41735a4393011f798f9b05e27a6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 13:55:08 +0000 Subject: [PATCH] Ajout limite dans les nombres de jours de duree --- htdocs/product/fiche.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index 3c02f4b6246..c19b7e318b3 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -120,7 +120,7 @@ if ($action == 'create') print ""; if ($type == 1) { - print 'Durée'; + print 'Durée'; print 'jour '; print 'semaine '; print 'mois '; @@ -240,7 +240,7 @@ else if ($product->type == 1) { - print 'Durée'; + print 'Durée'; switch ($product->duration_unit) { case "d":