Update card.php

This commit is contained in:
Laurent Destailleur 2021-08-28 15:26:06 +02:00 committed by GitHub
parent 9752501ef6
commit 6b8f6acf32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {