Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/compta/facture/card.php
This commit is contained in:
commit
0827929ede
@ -4560,7 +4560,7 @@ elseif ($id > 0 || ! empty($ref))
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<div class="inline-block divButAction"><span class="butActionRefused classfortooltip" title="' . $langs->trans("DisabledBecauseDispatchedInAccounting") . '">' . $langs->trans('Modify') . '</span></div>';
|
||||
print '<div class="inline-block divButAction"><span class="butActionRefused classfortooltip" title="' . $langs->trans("DisabledBecauseDispatchedInBookkeeping") . '">' . $langs->trans('Modify') . '</span></div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -40,8 +40,7 @@ $conf->dol_hide_leftmenu=1;
|
||||
|
||||
llxHeader('', $langs->trans("VATIntraCheckableOnEUSite"));
|
||||
|
||||
print '<div>';
|
||||
print '<div>';
|
||||
print '<div class="vatcheckarea" style="margin-bottom: 10px">';
|
||||
|
||||
print load_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','title_setup');
|
||||
|
||||
@ -174,6 +173,8 @@ if ($messagetoshow)
|
||||
print nl2br($messagetoshow);
|
||||
}
|
||||
|
||||
print '</div>';
|
||||
|
||||
// End of page
|
||||
llxFooter();
|
||||
$db->close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user