Merge pull request #16703 from dolibit-ut/patch-84

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-16 10:37:07 +01:00 committed by GitHub
commit 9480e15755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1425,7 +1425,7 @@ if (!empty($conf->projet->enabled)) {
$formproject = new FormProjets($db);
}
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos|DE:Modul_Angebote';
llxHeader('', $langs->trans('Proposal'), $help_url);
$now = dol_now();