Feat: add discount chip and link to customer from transaction row

This commit is contained in:
csrapr 2021-02-12 18:35:55 +00:00 committed by Josh Harvey
parent 5fd1974242
commit 66288c34ae
6 changed files with 71 additions and 17 deletions

View file

@ -224,6 +224,7 @@ const typeDefs = gql`
customerIdCardPhotoPath: String
expired: Boolean
machineName: String
discount: Int
}
type Blacklist {