Author: jamesyong
Date: Sun Nov 5 07:35:53 2017
New Revision: 1814340
URL:
http://svn.apache.org/viewvc?rev=1814340&view=revLog:
Fixed: Empty Space above Find Payment header
OFBIZ-9965
This fix will check paymentId is non-empty before including the PaymentSubTabBar menu.
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/CommonScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/CommonScreens.xml?rev=1814340&r1=1814339&r2=1814340&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/CommonScreens.xml Sun Nov 5 07:35:53 2017
@@ -113,14 +113,14 @@ under the License.
<if-service-permission service-name="acctgBasePermissionCheck" main-action="VIEW"/>
</condition>
<widgets>
- <include-menu name="PaymentSubTabBar" location="component://accounting/widget/AccountingMenus.xml"/>
<container style="leftclear">
<section>
<condition>
<not><if-empty field="paymentId"/></not>
</condition>
<widgets>
- <label style="h1" text="${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonId}:[${paymentId}] ${${extraFunctionName}}"/>
+ <include-menu name="PaymentSubTabBar" location="component://accounting/widget/AccountingMenus.xml"/>
+ <label style="h1" text="${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonId}:[${paymentId}] ${${extraFunctionName}}"/>
</widgets>
</section>
</container>