Subversion Repositories SmartDukaan

Rev

Rev 33715 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33715 Rev 36080
Line 148... Line 148...
148
				});
148
				});
149
 
149
 
150
				console.log(poIdsJSon)
150
				console.log(poIdsJSon)
151
				console.log(fofoId)
151
				console.log(fofoId)
152
				if (fofoId == null) {
152
				if (fofoId == null) {
153
					alert("fofoId is required");
153
					alert("Partner ID is required");
154
					return false;
154
					return false;
155
				}
155
				}
156
				if (poIdsJSon.length === 0) {
156
				if (poIdsJSon.length === 0) {
157
					alert("Atleast one Item selected");
157
					alert("Atleast one Item selected");
158
					return false;
158
					return false;