Modif alignement nom de la socit
This commit is contained in:
parent
2b6c54a59a
commit
47abefac7d
@ -53,7 +53,7 @@ if ($user->rights->commande->lire)
|
||||
'width' => '30%',
|
||||
'url' => DOL_URL_ROOT."/commande/fiche.php?id=".$objp->rowid);
|
||||
|
||||
$info_box_contents[$i][1] = array('align' => 'center',
|
||||
$info_box_contents[$i][1] = array('align' => 'left',
|
||||
'text' => $objp->nom,
|
||||
'width' => '70%',
|
||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||
|
||||
@ -53,7 +53,7 @@ if ($user->rights->propale->lire)
|
||||
'width' => '30%',
|
||||
'url' => DOL_URL_ROOT."/comm/propal.php?propalid=".$objp->rowid);
|
||||
|
||||
$info_box_contents[$i][1] = array('align' => 'center',
|
||||
$info_box_contents[$i][1] = array('align' => 'left',
|
||||
'text' => $objp->nom,
|
||||
'width' => '70%',
|
||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user