@@ -5224,7 +5246,8 @@ const Partner_Commande = (props) => {
}}
>
{
setselectionModel_order_lines(newSelectionModel);
/*if (newSelectionModel.length === 1)
diff --git a/src/components/Partner_Facture.js b/src/components/Partner_Facture.js
index fbedd95..240486f 100644
--- a/src/components/Partner_Facture.js
+++ b/src/components/Partner_Facture.js
@@ -98,7 +98,7 @@ const Partner_Facture = (props) => {
);
}
},*/
- {
+ {/*
field: "delete", headerName: 'Supprimer',
renderCell: (cellValues) => {
return (
@@ -157,6 +157,7 @@ const Partner_Facture = (props) => {
);
}
+ */
}
]
@@ -194,7 +195,7 @@ const Partner_Facture = (props) => {
);
}
},
- {
+ {/*
field: "delete", headerName: 'Supprimer',
renderCell: (cellValues) => {
return (
@@ -253,6 +254,7 @@ const Partner_Facture = (props) => {
);
}
+ */
},
{ field: 'order_line_comment', headerName: 'Commentaire', width: 150, hide: true, editable: false, },
@@ -595,13 +597,13 @@ const Partner_Facture = (props) => {
Get_List_Partner_Clients();
Getall_Parter_Invoice_No_Filter();
- if ( document.getElementById('myRef_head')) {
+ if (document.getElementById('myRef_head')) {
var divh = document.getElementById('myRef_head').offsetTop;
- window.scrollTo({
- top: divh,
- behavior: "smooth",
- });
- }
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}, [])
@@ -636,13 +638,13 @@ const Partner_Facture = (props) => {
Display_Detail_Invoice_data(invoice_id);
- if ( document.getElementById('myRef')) {
+ if (document.getElementById('myRef')) {
var divh = document.getElementById('myRef').offsetTop;
- window.scrollTo({
- top: divh,
- behavior: "smooth",
- });
- }
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
@@ -1564,11 +1566,11 @@ const Partner_Facture = (props) => {
}}
>
-
-
-
-
-
+
+
+
+
+
@@ -1644,11 +1646,11 @@ const Partner_Facture = (props) => {
setp_filtre3(e.target.value)
}}
>
-
-
-
-
-
+
+
+
+
+
@@ -1726,7 +1728,7 @@ const Partner_Facture = (props) => {