On 2017-12-14 18:47, [email protected] wrote: > Looks like this was fixed, but I'm not sure how to apply a patch. > https://issues.apache.org/jira/browse/OFBIZ-9429 > > I've applied one patch and didn't document the process that I can find. > I'm also not sure how to get my version number. If I remember right, > it's not possible via the OFBiz interface. >
Hi Craig, The link to the patch https://issues.apache.org/jira/secure/attachment/12874371/OFBIZ-9429.patch shows that replace <auto-attributes include="pk" mode="INOUT" optional="false"/> with <auto-attributes include="pk" mode="OUT" optional="false"/> in the file applications/accounting/servicedef/services_ledger.xml Don't know about how to check the version number though. :( Woosang
