Skip to content

Commit

Permalink
[bug #275] Ajout contacts - choix par "par défaut" de l'entreprise du
Browse files Browse the repository at this point in the history
fournisseur
  • Loading branch information
hregis committed Jan 9, 2012
1 parent da03f9a commit 7707182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/contact.php
Expand Up @@ -267,7 +267,7 @@
print '</td>';

print '<td colspan="1">';
$selectedCompany = isset($_GET["newcompany"])?$_GET["newcompany"]:$commande->client->id;
$selectedCompany = isset($_GET["newcompany"])?$_GET["newcompany"]:$soc->id;
$selectedCompany = $formcompany->selectCompaniesForNewContact($commande, 'id', $selectedCompany, 'newcompany');
print '</td>';

Expand Down

0 comments on commit 7707182

Please sign in to comment.