mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Fix #16418 missing title in "internal transfer"
This commit is contained in:
@@ -158,7 +158,10 @@ if ($action == 'add') {
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader();
|
||||
$help_url = 'EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses|ES:Módulo_Bancos_y_Cajas';
|
||||
$title = $langs->trans('MenuBankInternalTransfer');
|
||||
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
print ' <script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user