mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Ajout bouton "crer" dans les onglets d'un projet
This commit is contained in:
@@ -125,7 +125,7 @@ print '</table>';
|
||||
if ($conf->commande->enabled && $user->rights->commande->creer)
|
||||
{
|
||||
$langs->load("orders");
|
||||
print '<a class="butAction" href="'.DOL_URL_ROOT.'/commande/fiche.php?socidp='.$projet->societe->id.'&action=create">'.$langs->trans("AddOrder").'</a>';
|
||||
print '<a class="butAction" href="'.DOL_URL_ROOT.'/commande/fiche.php?socidp='.$projet->societe->id.'&action=create&projetid='.$projet->id.'">'.$langs->trans("AddOrder").'</a>';
|
||||
}
|
||||
print '</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user