Subversion Repositories SmartDukaan

Rev

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

Rev 32387 Rev 32603
Line 84... Line 84...
84
 
84
 
85
 
85
 
86
                <div class="col-lg-2 form-group">
86
                <div class="col-lg-2 form-group">
87
                    <label>Invoice</label>
87
                    <label>Invoice</label>
88
 
88
 
89
                    <input type="hidden" id=invoicehidden" value=""/>
89
                    <input type="hidden" id="invoicehidden" value=""/>
90
                    <input type="file" id="invoice" placeholder="invoice" name="invoice"
90
                    <input type="file" id="invoice" placeholder="invoice" name="invoice"
91
                           value="">
91
                           value="">
92
 
92
 
93
                </div>
93
                </div>
94
 
94