Update card.php

$help_url  add  ->  DE:Modul_Angebot
This commit is contained in:
UT from dolibit 2021-03-15 19:28:48 +01:00 committed by GitHub
parent f0d3c19d51
commit 9eb87ab43a
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();