Browse Source

Remove picto

Alexandre SPANGARO 8 years ago
parent
commit
e1e2481e37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/compta/bank/card.php

+ 1 - 1
htdocs/compta/bank/card.php

@@ -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;
 		}