fix for 40603: query.cgi shutdownhtml PutHeader
patch submitted by JRobertson@medevolve.com (Jon Robertson) git-svn-id: svn://10.0.0.236/trunk@77668 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9e35a8ec8a
commit
b0a65b0ea8
@ -356,6 +356,11 @@ function selectProduct(f) {
|
||||
var cnt = 0;
|
||||
var i;
|
||||
var j;
|
||||
|
||||
if (!f) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (i=0 ; i<f.product.length ; i++) {
|
||||
if (f.product[i].selected) {
|
||||
cnt++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user