Skip to content

Commit

Permalink
fixed params page size (adempiere#374)
Browse files Browse the repository at this point in the history
* fixed params page size

* Update window.js
  • Loading branch information
elsiosanchez authored Sep 2, 2022
1 parent 9b62140 commit 85b6f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/ADempiere/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export function requestLookupList({
column_name: columnName,
column_uuid: columnUuid,
// Page Data
pageToken,
pageSize
page_token: pageToken,
page_size: pageSize
}
})
.then(lookupListResponse => {
Expand Down

0 comments on commit 85b6f57

Please sign in to comment.