@adempiere/grpc-api
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -212,6 +212,6 @@ /************************************************************************************* | ||
tender_type_code: movement.getTenderTypeCode(), | ||
currency: getDecimalFromGRPC( | ||
currency: convertCurrencyFromGRPC( | ||
movement.getCurrency() | ||
), | ||
amount: convertCurrencyFromGRPC( | ||
amount: getDecimalFromGRPC( | ||
movement.getAmount() | ||
@@ -218,0 +218,0 @@ ), |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
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