| Line 111... |
Line 111... |
| 111 |
</div>
|
111 |
</div>
|
| 112 |
</div>
|
112 |
</div>
|
| 113 |
|
113 |
|
| 114 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
114 |
<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
|
| 115 |
<h4>BILLING DETAILS</h4>
|
115 |
<h4>BILLING DETAILS</h4>
|
| 116 |
<p class="bold-details">$customerBillingAddressObj.getName()</p>
|
116 |
<p class="bold-details">$customerBillingAddressObj.getName() $customerBillingAddressObj.getLastName()</p>
|
| 117 |
<p class="normal-details">$customerBillingAddress</p>
|
117 |
<p class="normal-details">$customerBillingAddress</p>
|
| 118 |
#if($fofoOrder.getCustomerGstNumber() && $fofoOrder.getCustomerGstNumber() != "")
|
118 |
#if($fofoOrder.getCustomerGstNumber() && $fofoOrder.getCustomerGstNumber() != "")
|
| 119 |
<p class="bold-details">GST Number <span class="normal-details extra-margin">$fofoOrder.getCustomerGstNumber()</span></p>
|
119 |
<p class="bold-details">GST Number <span class="normal-details extra-margin">$fofoOrder.getCustomerGstNumber()</span></p>
|
| 120 |
#end
|
120 |
#end
|
| 121 |
<p class="bold-details">Phone <span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span></p>
|
121 |
<p class="bold-details">Phone <span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span></p>
|