mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update document.php
$helpurl => $help_url $help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones|DE:Modul_Spenden';
This commit is contained in:
parent
1d87f060dc
commit
9b10f4ab5c
|
|
@ -102,8 +102,10 @@ if (!empty($conf->projet->enabled)) {
|
|||
}
|
||||
|
||||
$title = $langs->trans('Donation')." - ".$langs->trans('Documents');
|
||||
$helpurl = "";
|
||||
llxHeader('', $title, $helpurl);
|
||||
|
||||
$help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones|DE:Modul_Spenden';
|
||||
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
|
||||
if ($object->id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user