Update card.php
This commit is contained in:
parent
d9947f2374
commit
22b2446c05
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user