Fix #16418 missing title in "internal transfer"
This commit is contained in:
parent
50ae2d33b2
commit
ea18a47113
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user