From 22089aa347b71c25a49a00654914f89fcf2ab24f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 21 Aug 2011 12:41:29 +0000 Subject: [PATCH] New: Add menu new shipment --- htdocs/expedition/fiche.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 7638a0721c9..f3f17b7795e 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -25,7 +25,7 @@ * \file htdocs/expedition/fiche.php * \ingroup expedition * \brief Fiche descriptive d'une expedition - * \version $Id: fiche.php,v 1.211 2011/08/21 11:00:43 eldy Exp $ + * \version $Id: fiche.php,v 1.212 2011/08/21 12:41:29 eldy Exp $ */ require("../main.inc.php"); @@ -469,6 +469,7 @@ if ($action == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile'] && ! $_P } } + /* * View */ @@ -486,11 +487,7 @@ if ($action == 'create2') $action=''; $id=''; $ref=''; } -/********************************************************************* - * - * Mode creation - * - *********************************************************************/ +// Mode creation if ($action == 'create') { $expe = new Expedition($db); @@ -1381,5 +1378,5 @@ else $db->close(); -llxFooter('$Date: 2011/08/21 11:00:43 $ - $Revision: 1.211 $'); +llxFooter('$Date: 2011/08/21 12:41:29 $ - $Revision: 1.212 $'); ?>