echo "<input id=\"PrNumber\" type=\"hidden\" value=\"" . $purchase->prepareDocNumber() . "\" />";
        ?>
		<label class="mofLabel" for="mof_num">MOF Number</label>
			<span id="mof_num"><?php 
        echo $purchase->prepareMofNumber();
        ?>
</span>
		<br />
		<label for="doc_date">Document Date </label>
			<?php 
        echo $purchase->prepareDocDate("j F Y");
        ?>
<br />
		<label for="doc_type">Document Type </label>
			<?php 
        echo strtoupper($purchase->prepareDocTag()) . $purchase->prepareDocType();
        ?>
<br />
		<label for="branch_id">Branch </label>
			<?php 
        $branch = new Branch($purchase->getBranchId());
        echo $branch->prepareName() . " / " . $purchase->prepareBranchId();
        ?>
<br />
		<label for="currency_id">Currency </label>
			<?php 
        $currency = new Currency($purchase->getCurrency());
        echo $currency->prepareCountry() . " [" . $currency->prepareExchange(2) . "]";
        ?>
			<div class="supplierBox span-23 last">
				<div id="box1" class="boxes span-7">