FIX look and feel v12
This commit is contained in:
parent
c3ac446cf2
commit
0cccaa7271
@ -106,7 +106,7 @@ if ($object->id)
|
||||
|
||||
$head = vat_prepare_head($object);
|
||||
|
||||
dol_fiche_head($head, 'documents', $langs->trans("VATPayment"), -1, 'bill');
|
||||
dol_fiche_head($head, 'documents', $langs->trans("VATPayment"), -1, 'payment');
|
||||
|
||||
$morehtmlref = '<div class="refidno">';
|
||||
// Label of social contribution
|
||||
|
||||
@ -37,7 +37,7 @@ function vat_prepare_head($object)
|
||||
$head = array();
|
||||
|
||||
$head[$tab][0] = DOL_URL_ROOT.'/compta/tva/card.php?id='.$object->id;
|
||||
$head[$tab][1] = $langs->trans('Card');
|
||||
$head[$tab][1] = $langs->trans('VATPayment');
|
||||
$head[$tab][2] = 'card';
|
||||
$tab++;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user