Author: jleroux
Date: Sun May 22 04:41:27 2016
New Revision: 1745010
URL: http://svn.apache.org/viewvc?rev=1745010&view=rev
Log:
No functional change, in grovvy snippet we can get rid of & and such, this
does it
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=1745010&r1=1745009&r2=1745010&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Sun May
22 04:41:27 2016
@@ -206,7 +206,7 @@
<field name="actualCompletionDate"
title="${uiLabelMap.FormFieldTitle_actualCompletionDate}"><display
type="date"/></field>
<field name="plannedHours"
title="${uiLabelMap.ProjectMgrPlannedHours}"><display/></field>
<field name="actualHours"
title="${uiLabelMap.ProjectMgrActualHours}"><display/></field>
- <field name="actualNonBilledHours"
title="${uiLabelMap.ProjectMgrNonBilledActualHours}"><display
description="${groovy:isBillable&&actualNonBilledHours!=void?actualNonBilledHours:""}"/></field>
+ <field name="actualNonBilledHours"
title="${uiLabelMap.ProjectMgrNonBilledActualHours}"><display
description="${groovy: isBillable && actualNonBilledHours != void ?
actualNonBilledHours : ''}"/></field>
<field name="createdStamp"
title="${uiLabelMap.FormFieldTitle_createdDate}"><display type="date"/></field>
</form>
<form name="EditSubProjects" list-name="projects" type="list"
target="RemoveSubProject"