Author: jleroux
Date: Mon Sep 12 07:16:30 2011
New Revision: 1169625
URL:
http://svn.apache.org/viewvc?rev=1169625&view=revLog:
Removes ?if_exists and ! from Scott's remark on r1167501
Modified:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl
Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl?rev=1169625&r1=1169624&r2=1169625&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl Mon Sep 12 07:16:30 2011
@@ -20,8 +20,8 @@ under the License.
<#list taskCosts as taskCost>
<div class="screenlet">
<div class="screenlet-title-bar">
- <#assign task = taskCost.task!>
- <h3>${uiLabelMap.ManufacturingActualCosts} ${task.workEffortName?if_exists} [${task.workEffortId?if_exists}]</h3>
+ <#assign task = taskCost.task>
+ <h3>${uiLabelMap.ManufacturingActualCosts} ${task.workEffortName?if_exists} [${task.workEffortId}]</h3>
</div>
<div class="screenlet-body">
<#assign costsForm = taskCost.costsForm>