[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement not
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas |
Date: |
Thu, 19 Sep 2024 02:41:49 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 1d3b37db58c0dda3f677707b68241a58e9d60725
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 3 12:47:57 2024 +0200
C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas
---
html/js/noalyss_script.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js
index b803337a1..e4d4e7070 100644
--- a/html/js/noalyss_script.js
+++ b/html/js/noalyss_script.js
@@ -3879,7 +3879,8 @@ function toggle_checkbox_onoff(icon_domid, p_value_domid)
{
* @returns {undefined}
*/
function toggle_row_warning_enable(p_enable, p_row) {
- if ($(p_enable).value == 1) {
+ var warning = document.getElementsByName('negative_amount')[0].value
+ if ( warning == 1) {
$(p_row).show();
} else {
$(p_row).hide();
- [Noalyss-commit] [noalyss] 34/86: RECONCILE : fix bug : sum incorrect if several items, (continued)
- [Noalyss-commit] [noalyss] 34/86: RECONCILE : fix bug : sum incorrect if several items, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 53/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 59/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 66/86: Cosmetic , missing bcscale and code cleaning, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 56/86: Merge branch 'stable' into pre-stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 75/86: CSS font h2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 78/86: add detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 80/86: Cosmetic : animate bar menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 84/86: color, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 11/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas,
dwm <=
- [Noalyss-commit] [noalyss] 76/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 26/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19