Temporary fix for last minute bug
git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@817 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -61,14 +61,14 @@ function verifyRequest(formData, jqForm, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Terrible way to accomplish this...
|
// Terrible way to accomplish this...
|
||||||
for (var j = 0; j < 20; ++j) {
|
/* for (var j = 0; j < 20; ++j) { */
|
||||||
if (formData[i]['name'] == "data[Entry]["+j+"][amount]" &&
|
/* if (formData[i]['name'] == "data[Entry]["+j+"][amount]" && */
|
||||||
!(formData[i]['value'] > 0)) {
|
/* !(formData[i]['value'] > 0)) { */
|
||||||
//$("#debug").append('<P>Bad Amount');
|
/* //$("#debug").append('<P>Bad Amount'); */
|
||||||
alert("Must enter a valid amount");
|
/* alert("Must enter a valid amount"); */
|
||||||
return false;
|
/* return false; */
|
||||||
}
|
/* } */
|
||||||
}
|
/* } */
|
||||||
}
|
}
|
||||||
|
|
||||||
//$("#debug").append('OK');
|
//$("#debug").append('OK');
|
||||||
|
|||||||
Reference in New Issue
Block a user