Skip to content

Commit c3678bd

Browse files
elsiosanchezelsiosanchez
andauthored
fix service Create Order Line (#848)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
1 parent cbdaa47 commit c3678bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/ADempiere/form/point-of-sales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export function requestCreateOrderLine({
264264
return request({
265265
url: '/form/addons/point-of-sales/create-order-line',
266266
method: 'post',
267-
params: {
267+
data: {
268268
order_uuid: orderUuid,
269269
product_uuid: productUuid,
270270
description,

0 commit comments

Comments
 (0)