Fix: la socit n'tait pas slectionne par dfaut dans la liste droulante

This commit is contained in:
Regis Houssin 2006-06-08 14:34:36 +00:00
parent 66e560b619
commit 3f2a69573e

View File

@ -250,8 +250,11 @@ if ($id > 0)
print '</tr>';
// Customer
if ( is_null($commande->client) )
$commande->fetch_client();
print "<tr><td>".$langs->trans("Company")."</td>";
print '<td colspan="3">'.$soc->getNomUrl(1).'</td></tr>';
print '<td colspan="3">'.$commande->client->getNomUrl(1).'</td></tr>';
print "</table>";
print '</div>';