Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
<section class="wrapper">            
2
      <!--overview start-->
3
	  <div class="row">
4
		<div class="col-lg-12">
5
			<h3 class="page-header"><i class="icon_document_alt"></i>GRN</h3>
6
			<ol class="breadcrumb">
7
				<li><i class="fa fa-home"></i><a href="${request.getContextPath()}/dashboard">Home</a></li>
8
				<li><i class="icon_document_alt"></i>GRN</li>						  	
9
			</ol>
10
		</div>
11
	</div>
12
	<form class="form-horizontal row" id="purchase-reference-submit">
13
	<div class="col-lg-9 row">
14
        <label class="col-lg-3 control-label font-bold" style="text-align:center;font-weight:600;">AirWallBill / Invoice No.</label>
15
        <div class="input-group col-lg-6">
16
        	 <#if model.invoiceNumber??>
17
   				<input type="text" class="form-control" name="airwayBillOrInvoiceNumber" placeholder="Enter Airway or Invoice Number" value="${model.invoiceNumber}" />
18
   			 <#else>
19
   			 	<input type="text" class="form-control" name="airwayBillOrInvoiceNumber"  placeholder="Enter Airway or Invoice Number" />
20
			 </#if>
21
             <span class="input-group-btn">
22
             <button type="submit" class="btn btn-primary">Submit!</button>
23
             </span>
24
        </div>
25
    </div>
26
    </form>
27
    <hr/>
28
 
29
</section>