Author: jleroux
Date: Mon Sep 25 14:30:04 2006
New Revision: 449817
URL:
http://svn.apache.org/viewvc?view=rev&rev=449817Log:
A patch from Markus Studer to fix "I18N problem with Inventory Receive" (
https://issues.apache.org/jira/browse/OFBIZ-327)
Thanks Markus
Modified:
incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?view=diff&rev=449817&r1=449816&r2=449817==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl Mon Sep 25 14:30:04 2006
@@ -439,7 +439,7 @@
</table>
</td>
<td align="right">
- <input type="checkbox" name="_rowSubmit_o_${rowCount}" value="${uiLabelMap.CommonY}" onclick="javascript:checkToggle(this, 'selectAllForm');"/>
+ <input type="checkbox" name="_rowSubmit_o_${rowCount}" value="Y" onclick="javascript:checkToggle(this, 'selectAllForm');"/>
</td>
</tr>
<#assign rowCount = rowCount + 1>