Modify link on chart of accounts

This commit is contained in:
Alexandre SPANGARO 2020-09-08 04:44:04 +02:00
parent a050ee8385
commit a4c581b34d

View File

@ -390,7 +390,7 @@ if ($resql)
if (!empty($arrayfields['aa.account_number']['checked']))
{
print "<td>";
print $accountstatic->getNomUrl(1, 0, 0, '', 0, 1);
print $accountstatic->getNomUrl(1, 0, 0, '', 0, 1, 0, 'accountcard');
print "</td>\n";
if (!$i) $totalarray['nbfield']++;
}