<tr><td colspan="5"></td><td>Discount</td><td><?php 
        echo $purchase->prepareDiscount(2);
        ?>
</td></tr>
				<tr><td colspan="5" id="addRowBTN"><div class="ui-icon ui-icon-circle-plus span-1 last"></div>Add Row</td><td class="tfootCaption">Total</td><td id="purchaseTotal"><?php 
        echo $purchase->prepareTotal(2);
        ?>
</td></tr>
			</tfoot>
		</table>
		<div class="pdbox span-11"><label>Payment Terms</label><br /><?php 
        echo $purchase->preparePayment();
        ?>
</div>
		<div class="pdbox span-11"><label>Delivery Terms</label><br /><?php 
        echo $purchase->prepareDelivery();
        ?>
</div>
		<div class="pdbox span-11"><label>Special Instructions</label><br /><?php 
        echo $purchase->prepareSpecialInstruction();
        ?>
</div>
		<table id="approveContent">
			<tbody>
				<tr>
					<td><label>Requester </label></td><td id="requester"><?php 
        echo $purchase->prepareRequester();
        ?>
</td><td><label>Date </label><?php 
        echo $purchase->prepareRequesterDate("j F Y");
        ?>