@adempiere/grpc-api
Advanced tools
Comparing version 1.2.9 to 1.3.0
@@ -271,5 +271,11 @@ /************************************************************************************* | ||
), | ||
schema_price_standard: getDecimalFromGRPC(productPrice.getSchemaPriceStandard()), | ||
schema_price_limit: getDecimalFromGRPC(productPrice.getSchemaPriceLimit()), | ||
schema_price_list_name: productPrice.getSchemaPriceListName() | ||
schema_price_list: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceList() | ||
), | ||
schema_price_standard: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceStandard() | ||
), | ||
schema_price_limit: getDecimalFromGRPC( | ||
productPrice.getSchemaPriceLimit() | ||
) | ||
}; | ||
@@ -276,0 +282,0 @@ } |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.2.9", | ||
"version": "1.3.0", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2164238
63231