Author: deepak
Date: Tue Jul 5 10:48:46 2016
New Revision: 1751439
URL:
http://svn.apache.org/viewvc?rev=1751439&view=revLog:
(OFBIZ-7342) Applied patch jira issue.
===========================================
Inconsistent UI for Update and Expire button at Facility Contact Information Screen
===========================================
Thanks Pawan Verma for your contribution.
Modified:
ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl
Modified: ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl?rev=1751439&r1=1751438&r2=1751439&view=diff==============================================================================
--- ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl (original)
+++ ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl Tue Jul 5 10:48:46 2016
@@ -89,7 +89,6 @@ under the License.
<#if facilityContactMech.thruDate?has_content><br /><b>${uiLabelMap.CommonUpdatedEffectiveThru}: ${facilityContactMech.thruDate.toString()}</b></#if>
</td>
<td class="button-col">
-
<#if security.hasEntityPermission("FACILITY", "_UPDATE", session)>
<a href='<@ofbizUrl>EditContactMech?facilityId=${facilityId}&contactMechId=${contactMech.contactMechId}</@ofbizUrl>'>${uiLabelMap.CommonUpdate}</a>
</#if>