You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2016/09/17 10:58:26 UTC

svn commit: r1761190 - /ofbiz/trunk/applications/product/template/facility/EditFacility.ftl

Author: jacopoc
Date: Sat Sep 17 10:58:26 2016
New Revision: 1761190

URL: http://svn.apache.org/viewvc?rev=1761190&view=rev
Log:
Improved: added "required" check for the facility type field in the "Edit 
Facility" screen.
(OFBIZ-7480)

Thanks: Avnindra Sharma for the patch.

Modified:
    ofbiz/trunk/applications/product/template/facility/EditFacility.ftl

Modified: ofbiz/trunk/applications/product/template/facility/EditFacility.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/facility/EditFacility.ftl?rev=1761190&r1=1761189&r2=1761190&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/template/facility/EditFacility.ftl (original)
+++ ofbiz/trunk/applications/product/template/facility/EditFacility.ftl Sat Sep 17 10:58:26 2016
@@ -44,6 +44,7 @@ under the License.
           <option value='${nextFacilityType.facilityTypeId!}'>${nextFacilityType.get("description",locale)!}</option>
         </#list>
       </select>
+      <span class="tooltip">${uiLabelMap.CommonRequired}</span>
     </td>
   </tr>
   <tr>