Added logic to insert job by selecting the owner first. Vehicle is already preselected using VIN from watcher. Added fields to owner table.
This commit is contained in:
@@ -152,6 +152,13 @@ export const GET_JOB_BY_PK = gql`
|
||||
towing_payable
|
||||
storage_payable
|
||||
adjustment_bottom_line
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
owner{
|
||||
id
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user