Update card.php

This commit is contained in:
Laurent Destailleur 2017-09-14 13:25:01 +02:00 committed by GitHub
parent d9947f2374
commit 22b2446c05

View File

@ -1079,7 +1079,7 @@ if ($action == 'create')
print '</td>'; print '</td>';
} else { } else {
print '<td colspan="2">'; print '<td colspan="2">';
print $form->select_company('', 'socid', 's.fournisseur = 1 AND status=1', 'SelectThirdParty'); print $form->select_company('', 'socid', 's.fournisseur = 1', 'SelectThirdParty');
print '</td>'; print '</td>';
} }
print '</tr>' . "\n"; print '</tr>' . "\n";