feature/IO-2282-VSSTA-Integration: - Finish Integration

This commit is contained in:
Dave Richer
2025-04-15 12:55:38 -04:00
parent f09cb7b247
commit 91fe1f4af9
2 changed files with 7 additions and 6 deletions

View File

@@ -2860,6 +2860,9 @@ exports.GET_JOB_BY_RO_NUMBER_AND_SHOP_ID = `
jobs(where: {ro_number: {_eq: $roNumber}, shopid: {_eq: $shopId}}, limit: 1) {
id
shopid
bodyshop {
timezone
}
}
}
`;