Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Sep 23, 2019
1 parent e5268f9 commit 1b2558b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions htdocs/core/boxes/box_accountancy_last_manual_entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
Expand Down Expand Up @@ -134,14 +134,6 @@ public function loadBox($max = 5)
'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),
Expand Down

0 comments on commit 1b2558b

Please sign in to comment.