noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 65/65: Show sum


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 65/65: Show sum
Date: Wed, 09 Sep 2015 08:27:37 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8bd21d9068be01ae80749175fe8588c3880cf5c4
Author: Dany De Bontridder <address@hidden>
Date:   Tue Sep 8 14:41:09 2015 +0200

    Show sum
---
 include/template/detail-action.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index 0a44c33..7a95d32 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -379,9 +379,9 @@ function toggleShowDetail() {
 <div>
   
     <div style=" float:right;margin-right: 2px" id="sum">
-    <br><span style="text-align: right;" class="highlight" id="htva"><?php 
echo $tot_item?></span>
+    <br><span style="text-align: right;" class="highlight" id="htva"><?php 
echo bcsub($tot_item,$tot_vat) ?></span>
      <br><span style="text-align: right" class="highlight" id="tva"><?php echo 
$tot_vat?></span>
-    <br><span style="text-align: right" class="highlight" id="tvac"><?php echo 
bcadd($tot_vat,$tot_item)?></span>
+    <br><span style="text-align: right" class="highlight" id="tvac"><?php echo 
$tot_item?></span>
  </div>
 
     <div  style="float:right;margin-right: 230px" >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]