Author: jacopoc
Date: Sat Feb 10 08:12:07 2007
New Revision: 505715
URL: http://svn.apache.org/viewvc?view=rev&rev=505715
Log:
Committed modified file that I've forgotten in rev. 505649. Thanks to Chris
Howe for the reminder.
Modified:
ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
Modified:
ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl?view=diff&rev=505715&r1=505714&r2=505715
==============================================================================
---
ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
(original)
+++
ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
Sat Feb 10 08:12:07 2007
@@ -233,12 +233,3 @@
</tr>
</table>
</form>
-
-<#if "NON_SERIAL_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
- <hr class="sepbar"/>
- <div class="head2">${uiLabelMap.ProductPhysicalInventoryVariances}</div>
-
- ${createPhysicalInventoryAndVarianceWrapper.renderFormString(context)}
- <br/>
- ${viewPhysicalInventoryAndVarianceWrapper.renderFormString(context)}
-</#if>