예제 #1
0
		<td colspan=3>&nbsp;</td>
	</tr>
	<tr>
		<td class=leftAlign>К платежно-расчетному документу:</td>
		<td class="leftAlign">№<div class="underlined inline_edit" style="width:60mm; display: inline-block;">&nbsp;</div> 
		от <div class="underlined inline_edit" style="width:50mm;display: inline-block;">&nbsp;</div>
		</td>
		<td>(5)</td>
	</tr>
	<tr>
		<td colspan="3">&nbsp;</td>
	</tr>
	<tr>
		<td class=leftAlign>Покупатель:</td>
		<td class="leftAlign underlined"><b class="inline_edit"><?php 
echo KSMOrders::getPrintformCustomerName($this->order->customer_fields);
?>
</b></td>
		<td>(6)</td>
	</tr>
	<tr>
		<td class=leftAlign>Адрес:</td>
		<td class="leftAlign underlined"><b class="inline_edit">
			<?php 
echo KSMOrders::getPrintformCustomerAddress($this->order->address_fields);
?>
&nbsp;
			<?php 
echo isset($this->order->customer_fields['phone']) && $this->order->customer_fields['phone'] != '' ? 'тел.: ' . $this->order->customer_fields['phone'] : '';
?>
		</b></td>