Hi Woyce,
Unfortunately ShipmentReceiptServices.xml no longer exists in trunk from where
we backport fixed bugs.
I suggest you have a look at https://issues.apache.org/jira/browse/OFBIZ-11468 and try if you can also replace ShipmentReceiptServices.xml in your
OFBiz version following what's done there
Alternatively you may create a bug report in Jira for the version 17.12 and
18.12. Note that now only 18.12 will be supported...
HTH
Jacques
Le 18/06/2021 à 14:14, Woyce Batkins a écrit :
Hello,
*"Powered by Apache OFBiz. <http://ofbiz.apache.org> Release 17.12"* is the
version that I am using. The value is already entered with the comma, as it
is automatically populated. I even tried it by removing the value and
re-entering it manually, but its the same error.
I have been suspecting a hidden character being inserted somewhere in the
processing chain, so I switched the language to french, because I also
happen to speak french and this is the error message that I am receiving:
Erreur pendant la simple-method: Error while converting *"54Â 000"* to a
number: For input string: *"54Â 000"* .
It looks like an encoding issue somewhere may be? Not sure..
On Fri, Jun 18, 2021 at 7:22 AM Suraj Khurana <[email protected]>
wrote:
Hi Woyce,
Please confirm which OFBiz version you are currently using, so that it can
be checked.
On a cursory review, it seems that if you use 54000 (without comma) instead
of 54,000 it should work.
--
Best Regards,
Suraj Khurana
Senior Technical Consultant
On Fri, Jun 18, 2021 at 6:21 AM Woyce Batkins <[email protected]>
wrote:
Hello,
I have been trying to receive inventory from a purchase order, but I am
getting a conversion error like the following:
*java.lang.Exception: Error:Error running the simple-method: Error while
converting "54,000" to a number: For input string: "54,000" Method =
receiveInventoryProduct File =
file:/apps/ofbiz-framework/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml,
Element = <loop>, Line 147null*
I am at a lost here