Allow individual locations for bill enter.
This commit is contained in:
@@ -99,6 +99,7 @@ export const UPDATE_JOB_LINE_STATUS = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const INSERT_NEW_JOB_LINE = gql`
|
||||
mutation INSERT_NEW_JOB_LINE($lineInput: [joblines_insert_input!]!) {
|
||||
insert_joblines(objects: $lineInput) {
|
||||
|
||||
Reference in New Issue
Block a user