Beispiel #1
0
    echo invoice_to_address_2($invoice) . '<br />';
}
?>
			   <?php 
echo invoice_to_zip($invoice) . ' ' . invoice_to_city($invoice) . ' (' . invoice_to_state($invoice) . ')';
?>
<br />
			   <!--< ?php echo invoice_to_phone_number($invoice);-->
			    <?php 
$num_telefon = invoice_to_phone_number($invoice);
if ($num_telefon != "") {
    echo invoice_to_phone_number($invoice) . "<br/>";
}
?>
			   <?php 
echo "NIF:" . invoice_client_tax_id($invoice);
?>
<br/>
               <?php 
if ($invoice->contact_id != 0) {
    echo 'Attention: ' . invoice_attention_name($invoice);
}
?>
            </b>
		   </p>
		</td>
	      </tr>
	    </table>
        </div>

		<br />
<br />
			<?php 
echo invoice_to_address($invoice);
?>
<br />
			<?php 
if (invoice_to_address_2($invoice)) {
    echo invoice_to_address_2($invoice) . '<br />';
}
?>
			<?php 
echo invoice_to_city($invoice) . ', ' . invoice_to_state($invoice) . ' ' . invoice_to_zip($invoice) . ' ' . invoice_to_country($invoice);
?>
<br />
			<?php 
echo invoice_client_tax_id($invoice);
?>
		</p>

		<br />

		<table style="width: 100%;">
			<tr>
				<th width="10%">
					<?php 
echo $this->lang->line('quantity');
?>
				</th>
				<th width="20%">
					<?php 
echo $this->lang->line('item_name');