Author: mbrohl
Date: Mon Apr 29 10:52:37 2019
New Revision: 1858361
URL:
http://svn.apache.org/viewvc?rev=1858361&view=revLog:
Improved: Improve Accounting -> Financial Account container structure
(OFBIZ-10813)
This fixes structural differences to make theme styling more consistent.
Thanks Dennis Balkir for reporting and providing the patch.
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountScreens.xml?rev=1858361&r1=1858360&r2=1858361&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountScreens.xml Mon Apr 29 10:52:37 2019
@@ -271,7 +271,7 @@ under the License.
<widgets>
<decorator-screen name="CommonFinAccountDecorator" location="${parameters.finAccountDecoratorLocation}">
<decorator-section name="body">
- <include-portal-page id="FinAccountPortalPage"/>
+ <include-screen name="ListBankAccount"/>
</decorator-section>
</decorator-screen>
</widgets>