@adempiere/grpc-api
Advanced tools
Comparing version 4.8.6 to 4.8.7
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "4.8.6", | ||
"version": "4.8.7", | ||
"description": "ADempiere Web write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
/************************************************************************************* | ||
* Product: ADempiere gRPC Point Of Sales Client * | ||
* Copyright (C) 2012-2023 E.R.P. Consultores y Asociados, C.A. * | ||
* Copyright (C) 2018-2023 E.R.P. Consultores y Asociados, C.A. * | ||
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com * | ||
@@ -514,2 +514,5 @@ * This program is free software: you can redistribute it and/or modify * | ||
isWaitingForShipment, | ||
isBindingOffer, | ||
isClosed, | ||
isNullified, | ||
dateOrderedFrom, | ||
@@ -571,4 +574,9 @@ dateOrderedTo, | ||
request.setIsWaitingForShipment(isWaitingForShipment) | ||
request.setIsBindingOffer(isBindingOffer); | ||
request.setIsClosed(isClosed); | ||
request.setIsNullified(isNullified); | ||
request.setSalesRepresentativeUuid(salesRepresentativeUuid) | ||
request.setPageSize(pageSize) | ||
request.setPageSize( | ||
getValidInteger(pageSize) | ||
); | ||
request.setPageToken(pageToken) | ||
@@ -575,0 +583,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6990235
198124