[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 17/86: C0MENU : bug javascript Uniquement not
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 17/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 e3b7dc650601b055e866ba4c06421fb66632e6be
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] 47/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, (continued)
- [Noalyss-commit] [noalyss] 47/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 54/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 52/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 21/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 45/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 38/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 25/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 36/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 39/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 17/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas,
dwm <=
- [Noalyss-commit] [noalyss] 44/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 48/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 67/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 69/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 77/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 51/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 61/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 74/86: CSS : Cosmetic add CSS h-section and super (for detail), dwm, 2024/09/19