Update thirdparty_lettering_supplier.php

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

View File

@ -127,7 +127,7 @@ $form = new Form($db);
$formaccounting = new FormAccounting($db);
$title = $object->name." - ".$langs->trans('TabLetteringSupplier');
$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);