Implemented auto insertion of lbr adjustments on bill posting IO-571
This commit is contained in:
@@ -1309,3 +1309,12 @@ export const generate_UPDATE_JOB_KANBAN = (
|
||||
}
|
||||
`;
|
||||
};
|
||||
|
||||
export const QUERY_JOB_LBR_ADJUSTMENTS = gql`
|
||||
query QUERY_JOB_LBR_ADJUSTMENTS($id: uuid!) {
|
||||
jobs_by_pk(id: $id) {
|
||||
id
|
||||
lbr_adjustments
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user