noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/09: Bug #1102 : solde en rouge si anormal,


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/09: Bug #1102 : solde en rouge si anormal, ajout aussi de D ou C
Date: Sun, 17 May 2015 15:10:27 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 08691be370334c7df29429a6563ebbfcaf0010d1
Author: Dany De Bontridder <address@hidden>
Date:   Sat May 16 22:29:20 2015 +0200

    Bug #1102 : solde en rouge si anormal, ajout aussi de D ou C
---
 include/customer.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/customer.inc.php b/include/customer.inc.php
index b1e8677..8b79781 100644
--- a/include/customer.inc.php
+++ b/include/customer.inc.php
@@ -100,7 +100,7 @@ if ($low_action == "list")
        }
        $noop = (isset($_GET['noop'])) ? false : true;
        echo '<div class="content">';
-       echo $client->Summary($search, 'client', $sql, $noop);
+       echo $client->Summary($search, 'customer', $sql, $noop);
 
 
        echo '<br>';



reply via email to

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