Remove picto

This commit is contained in:
Alexandre SPANGARO 2017-05-01 21:09:09 +02:00
parent 102deccba7
commit e1e2481e37

View File

@ -668,7 +668,7 @@ else
$accountingaccount = new AccountingAccount($db);
$accountingaccount->fetch('',$object->account_number);
print $accountingaccount->getNomUrl(1,1,1,'',1);
print $accountingaccount->getNomUrl(0,1,1,'',1);
} else {
print $object->account_number;
}