| Line 106... |
Line 106... |
| 106 |
<div class="col-lg-6">
|
106 |
<div class="col-lg-6">
|
| 107 |
<p class="normal-details"><span class="normal-details">₹ </span>$fofoOrder.getTotalAmount()</p>
|
107 |
<p class="normal-details"><span class="normal-details">₹ </span>$fofoOrder.getTotalAmount()</p>
|
| 108 |
</div>
|
108 |
</div>
|
| 109 |
</div>
|
109 |
</div>
|
| 110 |
</div>
|
110 |
</div>
|
| 111 |
|
111 |
|
| 112 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
112 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
| 113 |
<h4>BILLING DETAILS</h4>
|
113 |
<h4>BILLING DETAILS</h4>
|
| - |
|
114 |
#if($customerBillingAddressObj)
|
| 114 |
<p class="bold-details">$customerBillingAddressObj.getName() $customerBillingAddressObj.getLastName()</p>
|
115 |
<p class="bold-details">$customerBillingAddressObj.getName() $customerBillingAddressObj.getLastName()</p>
|
| 115 |
<p class="normal-details">$customerBillingAddress</p>
|
116 |
<p class="normal-details">$customerBillingAddress</p>
|
| 116 |
#if($fofoOrder.getCustomerGstNumber() && $fofoOrder.getCustomerGstNumber() != "")
|
117 |
#if($fofoOrder.getCustomerGstNumber() && $fofoOrder.getCustomerGstNumber() != "")
|
| - |
|
118 |
<p class="bold-details">GST Number <span
|
| 117 |
<p class="bold-details">GST Number <span class="normal-details extra-margin">$fofoOrder.getCustomerGstNumber()</span></p>
|
119 |
class="normal-details extra-margin">$fofoOrder.getCustomerGstNumber()</span></p>
|
| - |
|
120 |
#end
|
| - |
|
121 |
<p class="bold-details">Phone
|
| - |
|
122 |
<span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span>
|
| - |
|
123 |
</p>
|
| - |
|
124 |
#else
|
| - |
|
125 |
<p class="bold-details">$customerDetailsObj.getFirstName() $customerDetailsObj.getLastName()</p>
|
| - |
|
126 |
<p class="bold-details">Phone
|
| - |
|
127 |
<span class="normal-details extra-margin">$customerDetailsObj.getMobileNumber()</span>
|
| - |
|
128 |
</p>
|
| 118 |
#end
|
129 |
#end
|
| 119 |
<p class="bold-details">Phone <span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span></p>
|
- |
|
| - |
|
130 |
|
| - |
|
131 |
|
| 120 |
</div>
|
132 |
</div>
|
| 121 |
|
133 |
|
| 122 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
134 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
| 123 |
<h4>INVOICE DETAILS</h4>
|
135 |
<h4>INVOICE DETAILS</h4>
|
| 124 |
<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
|
136 |
<p class="bold-details">Invoice Number <span class="normal-details extra-margin">$fofoOrder.getInvoiceNumber()</span></p>
|