Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
a059b66b
Commit
a059b66b
authored
11 years ago
by
Juanjo Menent
Browse files
Options
Downloads
Patches
Plain Diff
Fix: box of bank balances lines without decimals
parent
72752f9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/boxes/box_comptes.php
+2
-1
2 additions, 1 deletion
htdocs/core/boxes/box_comptes.php
with
2 additions
and
1 deletion
htdocs/core/boxes/box_comptes.php
+
2
−
1
View file @
a059b66b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
/* Copyright (C) 2005 Christophe
/* Copyright (C) 2005 Christophe
* Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -122,7 +123,7 @@ class box_comptes extends ModeleBoxes
...
@@ -122,7 +123,7 @@ class box_comptes extends ModeleBoxes
);
);
$this
->
info_box_contents
[
$i
][
3
]
=
array
(
'td'
=>
'align="right"'
,
$this
->
info_box_contents
[
$i
][
3
]
=
array
(
'td'
=>
'align="right"'
,
'text'
=>
price
(
$solde
,
1
,
$langs
,
0
,
-
1
,
0
,
$objp
->
currency_code
)
'text'
=>
price
(
$solde
,
0
,
$langs
,
0
,
0
,
-
1
,
$objp
->
currency_code
)
);
);
$listofcurrencies
[
$objp
->
currency_code
]
=
1
;
$listofcurrencies
[
$objp
->
currency_code
]
=
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment