mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
ajout possibilit de crer un projet
This commit is contained in:
@@ -398,7 +398,11 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer)
|
||||
if ($conf->projet->enabled)
|
||||
{
|
||||
print '<tr><td>'.$langs->trans('Project').'</td><td>';
|
||||
$html->select_projects($soc->id,$projetid,'projetid');
|
||||
$numprojet=$html->select_projects($soc->id,$projetid,'projetidp');
|
||||
if ($numprojet==0)
|
||||
{
|
||||
print ' <a href=../projet/fiche.php?socidp='.$soc->id.'&action=create>'.$langs->trans("AddProject").'</a>';
|
||||
}
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user