Update card.php
This commit is contained in:
parent
9752501ef6
commit
6b8f6acf32
@ -1089,7 +1089,7 @@ if ($action == 'create') {
|
||||
print '<td class="fieldrequired">'.$langs->trans('ThirdParty').'</td>';
|
||||
if ($socid > 0) {
|
||||
print '<td>';
|
||||
print $soc->getNomUrl(1, 'customer');
|
||||
print $soc->getNomUrl(1);
|
||||
print '<input type="hidden" name="socid" value="'.$soc->id.'">';
|
||||
print '</td>';
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user