diff --git a/src/api/ADempiere/form/point-of-sales.js b/src/api/ADempiere/form/point-of-sales.js index 02faa45c..0c2562f4 100644 --- a/src/api/ADempiere/form/point-of-sales.js +++ b/src/api/ADempiere/form/point-of-sales.js @@ -264,7 +264,7 @@ export function requestCreateOrderLine({ return request({ url: '/form/addons/point-of-sales/create-order-line', method: 'post', - params: { + data: { order_uuid: orderUuid, product_uuid: productUuid, description,