FIX look and feel v12

This commit is contained in:
Laurent Destailleur 2020-09-10 17:17:31 +02:00
parent c3ac446cf2
commit 0cccaa7271
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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++;