Author: sichen
Date: Tue Jul 25 10:09:02 2006
New Revision: 425461
URL:
http://svn.apache.org/viewvc?rev=425461&view=revLog:
Show currency for catalog manager product inventory page's list of products
Modified:
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl?rev=425461&r1=425460&r2=425461&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl Tue Jul 25 10:09:02 2006
@@ -151,7 +151,7 @@
<td><div class="tabletext"><a href="/facility/control/EditFacilityLocation?facilityId=${(inventoryItem.facilityId)?if_exists}&locationSeqId=${(inventoryItem.locationSeqId)?if_exists}${externalKeyParam}" class="linktext"><#if facilityLocation?exists>${facilityLocation.areaId?if_exists}:${facilityLocation.aisleId?if_exists}:${facilityLocation.sectionId?if_exists}:${facilityLocation.levelId?if_exists}:${facilityLocation.positionId?if_exists}</#if><#if facilityLocationTypeEnum?has_content> (${facilityLocationTypeEnum.get("description",locale)})</#if> [${(inventoryItem.locationSeqId)?if_exists}]</a></div></td>
<td><div class="tabletext"> ${(inventoryItem.lotId)?if_exists}</div></td>
<td><div class="tabletext"> ${(inventoryItem.binNumber)?if_exists}</div></td>
- <td><div class="tabletext"> ${inventoryItem.unitCost?default(0)?string("##0.00")}</div></td>
+ <td><div class="tabletextright"> <@ofbizCurrency amount=inventoryItem.unitCost isoCode=inventoryItem.currencyUomId/></div></td>
<#if inventoryItem.inventoryItemTypeId?if_exists == "NON_SERIAL_INV_ITEM">
<td>
<div class="tabletext">${(inventoryItem.availableToPromiseTotal)?default("NA")}