Payment option issue
This commit is contained in:
parent
2094f326dd
commit
d5f89327d1
|
|
@ -4537,6 +4537,7 @@ const BSC1Payment = (props) => {
|
||||||
open={GlobalSalesPaymentoptions}
|
open={GlobalSalesPaymentoptions}
|
||||||
width={500}
|
width={500}
|
||||||
height={1000}
|
height={1000}
|
||||||
|
destroyOnClose={true}
|
||||||
handleCancel={() => {
|
handleCancel={() => {
|
||||||
dispatch(changeSalesPaymentoption(false));
|
dispatch(changeSalesPaymentoption(false));
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue