Added vendor and RO search to enter invoice modal.
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
toggleModalVisible,
|
||||
setModalContext
|
||||
} from "../../redux/modals/modals.actions";
|
||||
import { Button } from "antd";
|
||||
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
//currentUser: selectCurrentUser
|
||||
@@ -24,7 +25,7 @@ export default connect(
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<div
|
||||
<Button
|
||||
onClick={() => {
|
||||
setInvoiceEnterContext({
|
||||
actions: { refetch: null },
|
||||
@@ -35,7 +36,7 @@ export default connect(
|
||||
}}
|
||||
>
|
||||
Enter Invoice
|
||||
</div>
|
||||
</Button>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user