I like more this variable name :D
This commit is contained in:
parent
cb29cfed7b
commit
752c867882
@ -222,7 +222,7 @@ if ($result)
|
|||||||
|
|
||||||
$var=false;
|
$var=false;
|
||||||
|
|
||||||
$head = array(
|
$tabs = array(
|
||||||
array(
|
array(
|
||||||
DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$rowid,
|
DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$rowid,
|
||||||
$langs->trans('Card')
|
$langs->trans('Card')
|
||||||
@ -233,7 +233,7 @@ $head = array(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
dol_fiche_head($head, 0, $langs->trans('LineRecord'), 0, 'account');
|
dol_fiche_head($tabs, 0, $langs->trans('LineRecord'), 0, 'account');
|
||||||
|
|
||||||
dol_htmloutput_mesg($mesg);
|
dol_htmloutput_mesg($mesg);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user