Added phone number to vendor fields IO-414

This commit is contained in:
Patrick Fic
2020-12-01 22:36:31 -08:00
parent f89f385a4b
commit c6ae32b66d
17 changed files with 322 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ export const QUERY_VENDOR_BY_ID = gql`
cost_center
city
street1
phone
}
}
`;