diff --git a/src/components/AddClassManual.js b/src/components/AddClassManual.js index 6b19b64..4ed10a4 100644 --- a/src/components/AddClassManual.js +++ b/src/components/AddClassManual.js @@ -6135,7 +6135,7 @@ const AddClassManual = (props) => {
{Global_Getall_Qry_Survey_Data_result_JSON &&
- Nombre total d'enquetes sur la période : {Global_Getall_Qry_Survey_Data_result_JSON['global_nb_question_response']}
+ Nombre total d'enquêtes sur la période : {Global_Getall_Qry_Survey_Data_result_JSON['global_nb_question_response']}
{String(selected_statistic_question_type) === "Somme" && - +
  { order_line_formation_external_code: JSON.parse(item).order_line_formation_external_code, order_line_type_article: JSON.parse(item).order_line_type_article, order_line_montant_hors_taxes: JSON.parse(item).order_line_montant_hors_taxes, + related_order_internal_ref: JSON.parse(item).related_order_internal_ref, } ))} diff --git a/src/components/Partner_Facture.js b/src/components/Partner_Facture.js index 09e3056..f366454 100644 --- a/src/components/Partner_Facture.js +++ b/src/components/Partner_Facture.js @@ -1021,7 +1021,7 @@ const Partner_Facture = (props) => { var line = JSON.parse(rowss[selected_row_id]); - //console.log("### line = ", line); + console.log("### line = ", line); var invoice_id = line._id; setselected_id(invoice_id); diff --git a/src/components/Partner_Product_Service.js b/src/components/Partner_Product_Service.js index 4c822b9..70c3068 100644 --- a/src/components/Partner_Product_Service.js +++ b/src/components/Partner_Product_Service.js @@ -300,19 +300,19 @@ const Partner_Product_Service = (props) => { var local_type = JSON.parse(x).type; var local_code_taxe = JSON.parse(x).code_taxe; var local_prix_vente = JSON.parse(x).prix_vente; - + //--- var node = { "_id": local_id, "id": localid, - "label": local_code+"-"+local_nom, + "label": local_code + "-" + local_nom, "code": local_code, "nom": local_nom, "type": local_type, "code_taxe": local_code_taxe, "prix_vente": local_prix_vente, - + }; new_data2.push(node); @@ -1812,7 +1812,7 @@ const Partner_Product_Service = (props) => { */}
- +
Code produit
{ />
-
Code Taxe
+
Taux TVA
{ shrink: true, }} disabled={false} + type={"number"} + inputProps={{ min: "1", max: "999999", step: "0.1" }} className="disabled_style" value={p_one_detail_code_taxe} onChange={(e) => {