Fix #16418 missing in "Tags of transactions"

This commit is contained in:
daraelmin 2021-02-26 17:18:09 +01:00 committed by GitHub
parent 0749585687
commit 1b6bc8b132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,10 @@ if ($categid) {
* View
*/
llxHeader();
$title = $langs->trans('RubriquesTransactions');
$help_url = 'EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses|ES:Módulo_Bancos_y_Cajas';
llxHeader('', $title, $help_url);
print load_fiche_titre($langs->trans("RubriquesTransactions"), '', 'object_category');