Author: jleroux
Date: Thu Feb 23 14:41:21 2017
New Revision: 1784144
URL:
http://svn.apache.org/viewvc?rev=1784144&view=revLog:
Fixed: Create an Accounting Transaction page not found
(OFBIZ-9228)
Go through
Asset Maint --> Fixed Assets - >>> find DEMO_VEHICLE_01 --> Depreciation
and then press on button Create an Accounting Transaction: 00.000
will give ERROR not found
jleroux: the partyDecoratorLocation was missing in webapp/assetmaint/WEB-INF/web.xml
Thanks: Moatasim Al Masri for report, Ismail Alkouz for a try (not my solution)
Modified:
ofbiz/ofbiz-plugins/trunk/assetmaint/webapp/assetmaint/WEB-INF/web.xml
Modified: ofbiz/ofbiz-plugins/trunk/assetmaint/webapp/assetmaint/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/assetmaint/webapp/assetmaint/WEB-INF/web.xml?rev=1784144&r1=1784143&r2=1784144&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/assetmaint/webapp/assetmaint/WEB-INF/web.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/assetmaint/webapp/assetmaint/WEB-INF/web.xml Thu Feb 23 14:41:21 2017
@@ -53,6 +53,11 @@
<param-name>fixedAssetMaintDecoratorLocation</param-name>
<param-value>component://assetmaint/widget/AssetmaintScreens.xml</param-value>
</context-param>
+ <context-param>
+ <description>The location of the CommonPartyDecorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description>
+ <param-name>partyDecoratorLocation</param-name>
+ <param-value>component://accounting/widget/CommonScreens.xml</param-value>
+ </context-param>
<filter>
<display-name>ControlFilter</display-name>