Removed job close date. IO-629

This commit is contained in:
Patrick Fic
2021-02-08 11:36:09 -08:00
parent 1d091ac98d
commit 8ef2eac7e4
22 changed files with 1639 additions and 31 deletions

View File

@@ -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">

View File

@@ -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" />