Hi Craig, You can run ./gradlew svnInfoFooter task form ofbiz home, it will add revision info in backend footer section.
Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Fri, Dec 15, 2017 at 12:16 PM, Woosang Jung <[email protected]> wrote: > > > 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 >
