From 22fd5dfb8a22560ddb0ea3ccf1d88d6a1e09f410 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Oct 2013 15:49:41 +0200 Subject: [PATCH] Fix: Error when no id provided --- htdocs/expedition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index c586329d4c9..9636c632d12 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -898,7 +898,7 @@ if ($action == 'create') } } } -else +else if ($id || $ref) /* *************************************************************************** */ /* */ /* Edit and view mode */