mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: la socit n'tait pas slectionne par dfaut dans la liste droulante
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user