Fix no decimal for history account
This commit is contained in:
parent
a30cd690f4
commit
05a7aa95ee
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ class Acc_Account_Ledger
|
|||
"</TR>"
|
||||
;
|
||||
$progress=0;
|
||||
bcscale(2);
|
||||
foreach ( $this->row as $op )
|
||||
{
|
||||
$vw_operation=sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:modifyOperation(\'%s\',\'%s\')" >%s</A>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue