fix quioteid link

This commit is contained in:
vchikalkin 2020-11-16 17:16:02 +03:00
parent 92b0528ee0
commit a6e3704a04

View File

@ -188,7 +188,7 @@ const actions: TAction = {
CalculationService.crmgqlquery({
query: gql`
query($quoteid: Uuid!) {
quote(quoteid: $quoteid) {
quote(quoteId: $quoteid) {
offerprintform
evo_quotename
}