[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 22/39: Error with card
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 22/39: Error with card |
Date: |
Sat, 11 Jul 2020 13:20:42 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 5f94ba1ec63d0c691e5b0cc9c4f075d590421fe5
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Jun 7 19:12:21 2020 +0200
Error with card
---
html/js/card.js | 2 +-
include/ajax/ajax_card.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/js/card.js b/html/js/card.js
index 1ad8e4e..8c7b918 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -1157,7 +1157,7 @@ function delete_card_id(p_fiche_id)
* update a card in ajax , and update a row
*
*/
-function update_row(obj)
+function card_update_row(obj)
{
try {
var name = obj.id;
diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 2053f1a..11c6e70 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -149,7 +149,7 @@ case 'dc':
break;
case "2":
// update a row in the table X
- $after_save="update_row(this)";
+ $after_save="card_update_row(this)";
break;
default:
break;
- [Noalyss-commit] [noalyss] 16/39: task #0001413: Duplication d'opération 2 - le retour, (continued)
- [Noalyss-commit] [noalyss] 16/39: task #0001413: Duplication d'opération 2 - le retour, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 18/39: Task #1803 : export detail of an operation in PDF, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 14/39: task #0001801: CARD : mise à jour fiche , effacement et modification, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 15/39: Select Box : improve position in floating element, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 17/39: task #0001801: CARD : mise à jour fiche , effacement et modification, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 25/39: Code : not direct access to $_GET Bug : javascript didn't work, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 26/39: Bug : compatibility PHP7.4, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 13/39: JS : improve code alternate_row_color, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 19/39: Set new version, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 23/39: warning about undefined $this->f_id_dest, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 22/39: Error with card,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 27/39: Cosmetic #1808 : Ma au lieu de Me dans le calendrier, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 24/39: Cosmetic : disconnect, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 21/39: Install show choosen password for admin, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 28/39: update config.inc.example file, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 29/39: Orthographe, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 31/39: Bug : extourne ne fonctionne plus, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 20/39: Install : initialize variabvle, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 34/39: Improve error log, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 30/39: Ergonomie : autoliquidation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 32/39: Fix Bug : when duplicating an ODS operation, the accounting is cleared if a card is used, Dany De Bontridder, 2020/07/11