qdsd
parent
bac9398743
commit
95a92502bc
|
@ -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,
|
||||
|
||||
|
||||
|
||||
|
@ -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' }}>
|
||||
|
||||
<Box
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue