Skip to content

Commit

Permalink
Merge pull request #113 from simnandez/develop
Browse files Browse the repository at this point in the history
Fix: Bad coding
  • Loading branch information
hregis committed Feb 29, 2012
2 parents cb39926 + 8d65ed5 commit 74935b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions htdocs/expedition/shipment.php
@@ -1,7 +1,8 @@
<?php
/* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2005-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
*
* 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
Expand Down Expand Up @@ -130,7 +131,7 @@

llxHeader('',$langs->trans('OrderCard'),'');

$id = GETPSOT('id');
$id = GETPOST('id');
$ref= GETPOST('ref');
if ($id > 0 || ! empty($ref))
{
Expand Down

0 comments on commit 74935b3

Please sign in to comment.