Le projet n'etait pas selectionne correctement pendant
la creation d'une facture depuis une propale (liste déroulante vide à cause d'une mauvaise variable)
This commit is contained in:
parent
4386a2b830
commit
98cfb95518
@ -671,7 +671,7 @@ if ($_GET["action"] == 'create')
|
|||||||
{
|
{
|
||||||
$langs->load("projects");
|
$langs->load("projects");
|
||||||
print '<tr><td>'.$langs->trans("Project").'</td><td>';
|
print '<tr><td>'.$langs->trans("Project").'</td><td>';
|
||||||
$html->select_projects($socidp);
|
$html->select_projects($societe_id);
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user