Fix: move delivery address in contact tab

This commit is contained in:
Regis Houssin
2012-03-14 16:26:22 +01:00
parent 44158efa95
commit 90cdf27007
3 changed files with 51 additions and 67 deletions

View File

@@ -173,7 +173,7 @@ if ($id > 0 || ! empty($ref))
print '<td colspan="3">'.$object->client->getNomUrl(1).'</td></tr>';
// Delivery address
if ($conf->global->COMMANDE_ADD_DELIVERY_ADDRESS)
if ($conf->global->SOCIETE_ADDRESSES_MANAGEMENT)
{
print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td>';