Subversion Repositories SmartDukaan

Rev

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

Rev 23367 Rev 23378
Line 76... Line 76...
76
	
76
	
77
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
77
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
78
		<h4>BILLING DETAILS</h4>
78
		<h4>BILLING DETAILS</h4>
79
		<p class="bold-details">$customerBillingAddressObj.getName()</p>
79
		<p class="bold-details">$customerBillingAddressObj.getName()</p>
80
		<p class="normal-details">$customerBillingAddress</p>
80
		<p class="normal-details">$customerBillingAddress</p>
-
 
81
		#if($fofoOrder.getCustomerGstNumber() && $fofoOrder.getCustomerGstNumber() != "")
-
 
82
			<p class="bold-details">GST Number <span class="normal-details extra-margin">$fofoOrder.getCustomerGstNumber()</span></p>
-
 
83
		#end
81
		<p class="bold-details">Phone <span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span></p>
84
		<p class="bold-details">Phone <span class="normal-details extra-margin">$customerBillingAddressObj.getPhoneNumber()</span></p>
82
	</div>
85
	</div>
83
	
86
	
84
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
87
	<div class="col-lg-4" style="border-left:1px solid #f0f0f0;">
85
		<h4>INVOICE DETAILS</h4>
88
		<h4>INVOICE DETAILS</h4>