Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 14, 2017
1 parent d9947f2 commit 22b2446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/supplier_proposal/card.php
Expand Up @@ -1079,7 +1079,7 @@
print '</td>';
} else {
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 '</tr>' . "\n";
Expand Down

0 comments on commit 22b2446

Please sign in to comment.