mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Add menu new shipment
This commit is contained in:
parent
37cf63870f
commit
22089aa347
|
|
@ -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 $');
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user