mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX end div for responsive table
This commit is contained in:
parent
304c44560d
commit
81fbb80823
|
|
@ -326,6 +326,7 @@ if ($conf->global->TAKEPOS_ADDON == "terminal") {
|
|||
}
|
||||
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
|
||||
// add free text on each terminal of cash desk
|
||||
$substitutionarray = pdf_getSubstitutionArray($langs, null, null, 2);
|
||||
|
|
@ -378,8 +379,6 @@ print '</td></tr>';
|
|||
print '</table>';
|
||||
print '</div>';
|
||||
|
||||
print '</div>';
|
||||
|
||||
if ($atleastonefound == 0 && !empty($conf->banque->enabled))
|
||||
{
|
||||
print info_admin($langs->trans("AtLeastOneDefaultBankAccountMandatory"), 0, 0, 'error');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user