mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: la socit n'tait pas slectionne par dfaut dans la liste droulante
This commit is contained in:
parent
66e560b619
commit
3f2a69573e
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user