recette2
cherif 2024-06-23 00:10:21 +02:00
parent bac9398743
commit 95a92502bc
3 changed files with 10 additions and 10 deletions

View File

@ -978,7 +978,8 @@ const DisplayPartnerSession = (props) => {
);
}
},
{ field: 'signature', headerName: 'Signature', Width: 150, hide: false, editable: false,
{
field: 'signature', headerName: 'Signature', Width: 150, hide: false, editable: false,
@ -986,7 +987,7 @@ const DisplayPartnerSession = (props) => {
return (
<div style={{ paddingLeft: "5px", paddingRight: "10px", "display": "block", wordBreak: "break-all" }}>
{cellValues.row.signature && <img src={cellValues.row.signature} style={{width:"100%", paddingLeft:"2px", paddingRight:"2px" }}/>}
{cellValues.row.signature && <img src={cellValues.row.signature} style={{ width: "100%", paddingLeft: "2px", paddingRight: "2px" }} />}
</div>
@ -11004,6 +11005,7 @@ const DisplayPartnerSession = (props) => {
const [p_detail_invoice_split_facture_done, setp_detail_invoice_split_facture_done] = useState("");
const [display_session_with_alert, setdisplay_session_with_alert] = useState(false);
const New_Option_Type_split_invoice = [
@ -13503,8 +13505,8 @@ const DisplayPartnerSession = (props) => {
<div className="session_data">
<div style={{ "border": "None" }}>
<div style={{ "border": "None" }}>
<div style={{ height: 550, width: '100%', paddingRight: '5px' }}>
&nbsp;
<Box

View File

@ -3845,8 +3845,6 @@ const Partner_Facture = (props) => {
<Button variant="outlined" className="detail_class_submenu" id='order_header_main' name='order_header_main'
style={{ "background": "#f57f17" }}> Annuler (Avoir)
</Button>
}
modal
nested