[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/13: Documentation
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/13: Documentation |
Date: |
Tue, 30 Jul 2024 04:48:02 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 5dbb14db28bfc7720cca338d380fbf11a376fb44
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
- [Noalyss-commit] [noalyss] branch unstable updated (26a3f802d -> 65dd4e31c), dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 05/13: Documentation,
dwm <=
- [Noalyss-commit] [noalyss] 01/13: Task 2370: Annonce Permettre l'insertion d'annonce dans la page de connection, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 07/13: bug : followup order, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 04/13: cosmetic : INPUT style, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 08/13: typo documentation, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 02/13: TVA_CODE : missing, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 11/13: Task #2373 : check security, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 12/13: Tax #2373 : add unit test, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 10/13: Task #2373 : upgrade sql, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 03/13: Documentation + Tag::display, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 06/13: Ajax call check_vatnumber must no block, dwm, 2024/07/30