From 1b2558bb1f7002e837161d1f054042f1b05fe5cf Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Mon, 23 Sep 2019 21:43:11 +0200 Subject: [PATCH] typo --- .../core/boxes/box_accountancy_last_manual_entries.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/htdocs/core/boxes/box_accountancy_last_manual_entries.php b/htdocs/core/boxes/box_accountancy_last_manual_entries.php index d87f2f6cc50..1f2b8d634d9 100644 --- a/htdocs/core/boxes/box_accountancy_last_manual_entries.php +++ b/htdocs/core/boxes/box_accountancy_last_manual_entries.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** @@ -134,14 +134,6 @@ class box_accountancy_last_manual_entries extends ModeleBoxes 'asis' => 1, ); - /* - $this->info_box_contents[$line][] = array( - 'td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', - 'text' => $societestatic->getNomUrl(1), - 'asis' => 1, - ); - */ - $this->info_box_contents[$line][] = array( 'td' => 'class="nowrap right"', 'text' => price($amount, 0, $langs, 0, -1, -1, $conf->currency),