Subversion Repositories SmartDukaan

Rev

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

Rev 32642 Rev 32643
Line 123... Line 123...
123
        if (totalValue === "") {
123
        if (totalValue === "") {
124
            alert("Please fill Total Value.");
124
            alert("Please fill Total Value.");
125
            return false;
125
            return false;
126
        }
126
        }
127
        console.log('invoice doc', invoiceDoc);
127
        console.log('invoice doc', invoiceDoc);
128
         if (invoiceDoc == null) {
128
         if (invoiceDoc === "" ) {
129
            alert("Please upload invoice.");
129
            alert("Please upload invoice.");
130
            return false;
130
            return false;
131
        }
131
        }
132
        var newReceiveInvoice = {};
132
        var newReceiveInvoice = {};
133
 
133