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>';
|
print '</tr>';
|
||||||
|
|
||||||
// Customer
|
// Customer
|
||||||
|
if ( is_null($commande->client) )
|
||||||
|
$commande->fetch_client();
|
||||||
|
|
||||||
print "<tr><td>".$langs->trans("Company")."</td>";
|
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 "</table>";
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user