Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 28, 2018
1 parent aaa5efc commit 2f88f84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdocs/compta/bank/list.php
@@ -1,6 +1,4 @@
<?php
use Stripe\BankAccount;

/* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
Expand Down Expand Up @@ -428,7 +426,7 @@
// Ref
if (! empty($arrayfields['b.ref']['checked']))
{
print '<td>'.$obj->getNomUrl(1).'</td>';
print '<td class="nowrap">'.$obj->getNomUrl(1).'</td>';
if (! $i) $totalarray['nbfield']++;
}

Expand Down

0 comments on commit 2f88f84

Please sign in to comment.