priyasharma1 opened a new pull request #33: URL: https://github.com/apache/ofbiz-plugins/pull/33 (OFBIZ-11779) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
nmalin commented on a change in pull request #33: URL: https://github.com/apache/ofbiz-plugins/pull/33#discussion_r445428131 ########## File path: bi/groovyScripts/DimensionServices.groovy ########## @@ -87,7 +87,7 @@ def loadCurrencyDimension() { currencyDim.store() } } else { - currencyDim = delegator.makeValue("CurrencyDimension",["dimensionId":currency.uomId]) + currencyDim = makeValue("CurrencyDimension",["dimensionId":currency.uomId]) Review comment: ```suggestion currencyDim = makeValue("CurrencyDimension", [dimensionId: currency.uomId]) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
priyasharma1 commented on a change in pull request #33: URL: https://github.com/apache/ofbiz-plugins/pull/33#discussion_r445486026 ########## File path: bi/groovyScripts/DimensionServices.groovy ########## @@ -87,7 +87,7 @@ def loadCurrencyDimension() { currencyDim.store() } } else { - currencyDim = delegator.makeValue("CurrencyDimension",["dimensionId":currency.uomId]) + currencyDim = makeValue("CurrencyDimension",["dimensionId":currency.uomId]) Review comment: Thanks @nmalin ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
verma-pawan merged pull request #33: URL: https://github.com/apache/ofbiz-plugins/pull/33 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |