Author: jleroux
Date: Sat Jan 31 09:21:45 2009
New Revision: 739529
URL:
http://svn.apache.org/viewvc?rev=739529&view=revLog:
A patch from Vivek Mishra " Amend typo in inlineProductDetail.ftl file's Java script." '(
https://issues.apache.org/jira/browse/OFBIZ-2155) - OFBIZ-2155
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/inlineProductDetail.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/inlineProductDetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/inlineProductDetail.ftl?rev=739529&r1=739528&r2=739529&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/inlineProductDetail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/inlineProductDetail.ftl Sat Jan 31 09:21:45 2009
@@ -54,7 +54,7 @@
elem.appendChild(txt);
}
- checkOtion(inlineCounter);
+ checkOption(inlineCounter);
} else {
//document.configform.quantity.disabled = false;
var elem = document.getElementById(product_id_display);
@@ -67,7 +67,7 @@
}
}
- function checkOtion(inlineCounter) {
+ function checkOption(inlineCounter) {
var option = document.getElementById(inlineCounter.substring(0, inlineCounter.length - 2));
if (option.checked) {
option.checked=false;