diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/quotation/components/Quotation.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx index c2a36001..cee35457 100644 --- a/src/lib/quotation/components/Quotation.jsx +++ b/src/lib/quotation/components/Quotation.jsx @@ -82,6 +82,7 @@ const Quotation = () => { let data = { partner_shipping_id: auth.partnerId, partner_invoice_id: auth.partnerId, + user_id: auth.id, order_line: JSON.stringify(productOrder) } const isSuccess = await checkoutApi({ data }) |
