Removed job close date. IO-629
This commit is contained in:
@@ -141,7 +141,6 @@ const JobsEdit = (props) => (
|
||||
<TextInput fullWidth source="date_open" />
|
||||
<TextInput fullWidth source="date_scheduled" />
|
||||
<TextInput fullWidth source="date_invoiced" />
|
||||
<TextInput fullWidth source="date_closed" />
|
||||
<TextInput fullWidth source="date_exported" />
|
||||
</FormTab>
|
||||
<FormTab label="Insurance info">
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
Show,
|
||||
Tab,
|
||||
TabbedShowLayout,
|
||||
TextField
|
||||
TextField,
|
||||
} from "react-admin";
|
||||
|
||||
const JobsShow = (props) => (
|
||||
@@ -128,7 +128,6 @@ const JobsShow = (props) => (
|
||||
<TextField source="date_open" />
|
||||
<TextField source="date_scheduled" />
|
||||
<TextField source="date_invoiced" />
|
||||
<TextField source="date_closed" />
|
||||
<TextField source="date_exported" />
|
||||
<TextField source="clm_total" />
|
||||
<TextField source="owner_owing" />
|
||||
|
||||
Reference in New Issue
Block a user