[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 18/46: Task #1694: Opération FIN: opération l
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 18/46: Task #1694: Opération FIN: opération liée - code fiche mais pas nom |
Date: |
Mon, 4 May 2020 13:38:46 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 3fe0a06a638463ed2708230b4afc8b3d68c2ccbb
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Mar 1 12:14:36 2020 +0100
Task #1694: Opération FIN: opération liée - code fiche mais pas nom
---
html/js/scripts.js | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/html/js/scripts.js b/html/js/scripts.js
index 734d055..af9f5ac 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -1399,6 +1399,20 @@ function set_reconcile(obj)
if (tiers && tiers.value != "") {
$(tiers.value).value = elmt.value;
+ /* set the name */
+ new Ajax.Request("fid.php",{
+ method:"get",
+
parameters:{gDossier:obj.elements['gDossier'].value,"FID":elmt.value},
+ onSuccess:function(req){
+ // find the row number
+ //tiers.value = e_othern
+ var tiers_card=new String(tiers.value);
+ var num=tiers_card.replace("e_other","");
+ var tiers_name_id="e_other"+"_name"+num;
+ var answer = req.responseText.evalJSON();
+ $(tiers_name_id).value=answer["name"];
+ }
+ });
}
}
$(ctlc.value).value += nValue;
- [Noalyss-commit] [noalyss] 03/46: Test Acc_Account, (continued)
- [Noalyss-commit] [noalyss] 03/46: Test Acc_Account, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 06/46: Documentation, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 12/46: Minimum version : PHP 7.0 and PostgreSQL 9.5, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 07/46: phpunit : use plain text for restoring test database, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 09/46: search : add placeholder, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 10/46: Bug : customer.inc.php with http_input::request Correct : Contact.inc.php remove direct use of $_GET, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 11/46: New : Icon_Action::icon_onoff : display on or off, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 08/46: Bug : filter_list does not filter simple list, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 13/46: Noalyss_CSV : add setter and getter, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 16/46: remove blank line, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 18/46: Task #1694: Opération FIN: opération liée - code fiche mais pas nom,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 19/46: Task #0001704: Faciliter l'ajout de plusieurs lignes, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 23/46: Output_Html_Tab : cosmetic, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 24/46: Create test folder for phpunit, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 25/46: Task #0001704: Faciliter l'ajout de plusieurs lignes Fichier oublié html_input_noalyss.class.php, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 15/46: replace $_GET by httpInput, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 30/46: Task #0001793: Installation mot de passe Password cannot be empty, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 14/46: Task #0001699: Affichage PDF balance - totaux niveaux, etc'., Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 20/46: Cosmetic : Opération prédéfinie, modèle, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 17/46: Task #1756: Avertissement qcode, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 21/46: if you want to modify the accounting , it must not be used before., Dany De Bontridder, 2020/05/04