pos 3045 update
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -44,7 +44,7 @@ class NSCInvoiceView(GenericView): | ... | @@ -44,7 +44,7 @@ class NSCInvoiceView(GenericView): |
44 | vat = content['vat'] | 44 | vat = content['vat'] |
45 | vat_rate = content['vatRate'] | 45 | vat_rate = content['vatRate'] |
46 | 46 | ||
47 | return response.ok(data=content) | 47 | return response.ok() |
48 | 48 | ||
49 | 49 | ||
50 | de_mortgage_params = { | 50 | de_mortgage_params = { | ... | ... |
-
Please register or sign in to post a comment