Craig,

This should help you https://cwiki.apache.org/confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz#AddressingCustomRequirementsInOFBiz-ApplyingaPatch

If you are on Windows https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PatchingOnWindows

To get your version number it depends on how you downloaded OFBiz.

If you used the svn repository then stop OFBiz; use "gradlew svnInfoFooter"; star OFBiz and then look into the bottom of one backend page, like you can see on demos. At large "gradlew tasks" is your friend.

If you use a released package then you have to check when it was created in the OFBiz repo tags http://svn.apache.org/viewvc/ofbiz/tags/. IIRW, we recently spoke about adding this information in the footer for released packages

HTH

Jacques


Le 15/12/2017 à 07:46, Woosang Jung a écrit :

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


Reply via email to