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 2de76d7 commit d9947f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/card.php
Expand Up @@ -1480,7 +1480,7 @@
}
else
{
print $form->select_company($societe->id, 'socid', 's.fournisseur = 1 AND status=1', 'SelectThirdParty');
print $form->select_company($societe->id, 'socid', 's.fournisseur = 1', 'SelectThirdParty');
}
print '</td></tr>';

Expand Down

0 comments on commit d9947f2

Please sign in to comment.