noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: Documentation


From: dwm
Subject: [Noalyss-commit] [noalyss] 01/04: Documentation
Date: Sat, 10 Aug 2024 05:15:12 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 7f38f49986477d652e212cf82258ae93b1ca776b
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Thu Jul 18 19:01:02 2024 +0200

    Documentation
---
 include/ajax/ajax_check_vatnumber.php | 1 +
 include/lib/itva_popup.class.php      | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/include/ajax/ajax_check_vatnumber.php 
b/include/ajax/ajax_check_vatnumber.php
index c97655630..120eaa850 100644
--- a/include/ajax/ajax_check_vatnumber.php
+++ b/include/ajax/ajax_check_vatnumber.php
@@ -91,6 +91,7 @@ EOF;
 
 } else {
     $obj->status = 'NOK';
+    $obj->html=_('non valide');
 }
 
 echo json_response($obj);
diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php
index 6e248ffba..efcfce12b 100644
--- a/include/lib/itva_popup.class.php
+++ b/include/lib/itva_popup.class.php
@@ -110,7 +110,9 @@ class ITva_Popup extends HtmlInput
         return $r;
 
     }
-    /*!\brief show the html  input of the widget*/
+    /*!
+    \brief show the html  input of the widget
+    */
     public function input($p_name = null, $p_value = null)
     {
         $this->name = ($p_name == null) ? $this->name : $p_name;
@@ -160,7 +162,7 @@ list="dl_tva_%s" autocomplete="off">';
     }
 
     /**
-     * Set a filter to limit the choice of VAT ;
+     *@brief Set a filter to limit the choice of VAT ;
      * possible values are :
      *         - sale  if there is an accounting for sale
      *         - purchase  if there is an accounting for purchase



reply via email to

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