Update thirdparty_lettering_customer.php

-> $help_url    add   'DE:Modul_Geschäftspartner'
This commit is contained in:
UT from dolibit 2021-03-15 15:36:08 +01:00 committed by GitHub
parent 2eaf794b17
commit 15f9d07d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ $form = new Form($db);
$formaccounting = new FormAccounting($db);
$title = $object->name." - ".$langs->trans('TabLetteringCustomer');
$help_url = 'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
$help_url = 'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas|DE:Modul_Geschäftspartner';
llxHeader('', $title, $help_url);
$head = societe_prepare_head($object);