Subversion Repositories SmartDukaan

Rev

Rev 30085 | Rev 36404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30085 Rev 36080
Line 452... Line 452...
452
 
452
 
453
                });
453
                });
454
 
454
 
455
                console.log(fofoId)
455
                console.log(fofoId)
456
                if (fofoId == null) {
456
                if (fofoId == null) {
457
                    alert("fofoId is required");
457
                    alert("Partner ID is required");
458
                    return false;
458
                    return false;
459
                }
459
                }
460
                if (seletedIdsJson.length === 0) {
460
                if (seletedIdsJson.length === 0) {
461
                    alert("Atleast one Item selected");
461
                    alert("Atleast one Item selected");
462
                    return false;
462
                    return false;