FIX end div for responsive table

This commit is contained in:
VESSILLER 2020-06-05 14:20:38 +02:00
parent 304c44560d
commit 81fbb80823

View File

@ -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');