Resolve lab hrs missing non body hrs. IO-714
This commit is contained in:
@@ -218,7 +218,7 @@ export const QUERY_DASHBOARD_DETAILS = gql`
|
||||
compJobs: jobs(where: { inproduction: { _eq: true } }) {
|
||||
id
|
||||
scheduled_completion
|
||||
labhrs: joblines_aggregate(where: { mod_lbr_ty: { _eq: "LAB" } }) {
|
||||
labhrs: joblines_aggregate(where: { mod_lbr_ty: { _neq: "LAR" } }) {
|
||||
aggregate {
|
||||
sum {
|
||||
mod_lb_hrs
|
||||
|
||||
Reference in New Issue
Block a user