diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php index 1e3f61900c1..f1153362262 100644 --- a/htdocs/expedition/shipment.php +++ b/htdocs/expedition/shipment.php @@ -1,7 +1,8 @@ - * Copyright (C) 2005-2010 Laurent Destailleur - * Copyright (C) 2005-2010 Regis Houssin + * Copyright (C) 2005-2012 Laurent Destailleur + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2012 Juanjo Menent * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -130,7 +131,7 @@ $formproduct = new FormProduct($db); llxHeader('',$langs->trans('OrderCard'),''); -$id = GETPSOT('id'); +$id = GETPOST('id'); $ref= GETPOST('ref'); if ($id > 0 || ! empty($ref)) {