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 '</table>';
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
// add free text on each terminal of cash desk
|
// add free text on each terminal of cash desk
|
||||||
$substitutionarray = pdf_getSubstitutionArray($langs, null, null, 2);
|
$substitutionarray = pdf_getSubstitutionArray($langs, null, null, 2);
|
||||||
@ -378,8 +379,6 @@ print '</td></tr>';
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
print '</div>';
|
|
||||||
|
|
||||||
if ($atleastonefound == 0 && !empty($conf->banque->enabled))
|
if ($atleastonefound == 0 && !empty($conf->banque->enabled))
|
||||||
{
|
{
|
||||||
print info_admin($langs->trans("AtLeastOneDefaultBankAccountMandatory"), 0, 0, 'error');
|
print info_admin($langs->trans("AtLeastOneDefaultBankAccountMandatory"), 0, 0, 'error');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user