commit | 890590d6aa6cabc4b90fc18bd663abcfc93c680f | [log] [tgz] |
---|---|---|
author | Nicolas Malin <nicolas.malin@nereide.fr> | Tue Apr 22 18:23:29 2025 +0200 |
committer | Nicolas Malin <nicolas.malin@nereide.fr> | Tue Apr 22 18:23:29 2025 +0200 |
tree | a3f8125f2982bcabd6ea39ee8edbb7c83017963f | |
parent | 354e86a241039382d10b2efc282c521e504caa43 [diff] |
Fixed: ClassCastException on PO Receipt in OFBiz (OFBIZ-13225) When you realize a purchase order receipt the service receiveInventoryProduct return a success list with a message formatted by GString that raise an exception : 'GStringImpl cannot be cast to String'. The service finish as success but the screen behind failed due to this exception. To solve it we force the message as String Thanks to Yashwant Dhakad for raise this issue