noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 134/219: #0001414: LETTRAGE - montants diffé


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 134/219: #0001414: LETTRAGE - montants différents non indiqués Apparation d'une bulle d'info avec la différence
Date: Mon, 18 Dec 2017 13:22:50 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1800b89bee10c78224028bd553f29325dd1f3d18
Author: Dany De Bontridder <address@hidden>
Date:   Fri Nov 3 21:40:59 2017 +0100

    #0001414: LETTRAGE - montants différents non indiqués
    Apparation d'une bulle d'info avec la différence
---
 include/class/acc_account_ledger.class.php | 2 +-
 include/class/fiche.class.php              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_account_ledger.class.php 
b/include/class/acc_account_ledger.class.php
index ac24d2d..8f942fe 100644
--- a/include/class/acc_account_ledger.class.php
+++ b/include/class/acc_account_ledger.class.php
@@ -418,7 +418,7 @@ class Acc_Account_Ledger
                        {
                                $let = strtoupper(base_convert($op['letter'], 
10, 36));
                                $html_let = 
HtmlInput::show_reconcile($from_div, $let);
-                                if ( $op['delta_letter'] != 0) $html_let='<img 
src="image/warning.png" style="height:12px"/>'.$html_let;
+                                if ( $op['delta_letter'] != 0) $html_let='<img 
src="image/warning.png" onmouseover="displayBulle(\'delta = 
'.$op['delta_letter'].'\')" onmouseleave="hideBulle()" 
style="height:12px"/>'.$html_let;
                        }
                        $tmp_diff=bcsub($op['deb_montant'],$op['cred_montant']);
 
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index ef1db2e..fb464f0 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -1396,7 +1396,7 @@ class Fiche
             {
                     $let = strtoupper(base_convert($op['letter'], 10, 36));
                     $html_let = HtmlInput::show_reconcile($from_div, $let);
-                     if ( $op['delta_letter'] != 0) $html_let='<img 
src="image/warning.png" style="height:12px"/>'.$html_let;
+                     if ( $op['delta_letter'] != 0) $html_let='<img 
src="image/warning.png" onmouseover="displayBulle(\'delta = 
'.$op['delta_letter'].'\')" onmouseleave="hideBulle()" 
style="height:12px"/>'.$html_let;
             }
             $tmp_diff=bcsub($op['deb_montant'],$op['cred_montant']);
 



reply via email to

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