New: Add menu new shipment

This commit is contained in:
Laurent Destailleur 2011-08-21 12:41:29 +00:00
parent 37cf63870f
commit 22089aa347

View File

@ -25,7 +25,7 @@
* \file htdocs/expedition/fiche.php * \file htdocs/expedition/fiche.php
* \ingroup expedition * \ingroup expedition
* \brief Fiche descriptive d'une 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"); require("../main.inc.php");
@ -469,6 +469,7 @@ if ($action == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile'] && ! $_P
} }
} }
/* /*
* View * View
*/ */
@ -486,11 +487,7 @@ if ($action == 'create2')
$action=''; $id=''; $ref=''; $action=''; $id=''; $ref='';
} }
/********************************************************************* // Mode creation
*
* Mode creation
*
*********************************************************************/
if ($action == 'create') if ($action == 'create')
{ {
$expe = new Expedition($db); $expe = new Expedition($db);
@ -1381,5 +1378,5 @@ else
$db->close(); $db->close();
llxFooter('$Date: 2011/08/21 11:00:43 $ - $Revision: 1.211 $'); llxFooter('$Date: 2011/08/21 12:41:29 $ - $Revision: 1.212 $');
?> ?>