Fix responsive
This commit is contained in:
parent
cca0f4bf22
commit
116f4a1a09
@ -1423,14 +1423,14 @@ if ($resql)
|
|||||||
|
|
||||||
if (! empty($arrayfields['b.conciliated']['checked']))
|
if (! empty($arrayfields['b.conciliated']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="nowrap" align="center">';
|
print '<td class="nowraponall" align="center">';
|
||||||
print $objp->conciliated?$langs->trans("Yes"):$langs->trans("No");
|
print $objp->conciliated?$langs->trans("Yes"):$langs->trans("No");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Action edit/delete
|
// Action edit/delete
|
||||||
print '<td class="nowrap" align="center">';
|
print '<td class="nowraponall" align="center">';
|
||||||
// Transaction reconciliated or edit link
|
// Transaction reconciliated or edit link
|
||||||
if ($objp->conciliated && $bankaccount->canBeConciliated() > 0) // If line not conciliated and account can be conciliated
|
if ($objp->conciliated && $bankaccount->canBeConciliated() > 0) // If line not conciliated and account can be conciliated
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user