noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/08: minor change : comment


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/08: minor change : comment
Date: Wed, 05 Nov 2014 20:05:17 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 113dc945e790ab10cc473b65d00e5f6c105b6784
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 5 20:53:53 2014 +0100

    minor change : comment
---
 include/class_acc_compute.php |    3 ++-
 include/class_stock.php       |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/class_acc_compute.php b/include/class_acc_compute.php
index 88d3c37..5424a50 100644
--- a/include/class_acc_compute.php
+++ b/include/class_acc_compute.php
@@ -179,7 +179,8 @@ class Acc_Compute
 
     }
 
-    /*!\brief verify that all the amount are positive or null
+    /**!
+     * \brief verify that all the amount are positive or null
      * otherwise throw a exception and the sum of amount + vat must
      * equal to the sum of all the amount of the current object
      * so you have to copy the object before computing anything and pass
diff --git a/include/class_stock.php b/include/class_stock.php
index dd1a8f9..421c34c 100644
--- a/include/class_stock.php
+++ b/include/class_stock.php
@@ -26,7 +26,7 @@
  *
  *
  */
-require 'class_stock_sql.php';
+require_once 'class_stock_sql.php';
 
 class Stock extends Stock_Sql
 {



reply via email to

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