diff --git a/app/config/core.php b/app/config/core.php
index d0482578..d8e0021a 100644
--- a/app/config/core.php
+++ b/app/config/core.php
@@ -42,7 +42,7 @@
*/
Configure::write('debug', 0);
-Configure::write('version', '0.95');
+Configure::write('version', '0.98');
$host = $_SERVER['HTTP_HOST'];
diff --git a/app/views/elements/document_purchase_order_view.ctp b/app/views/elements/document_purchase_order_view.ctp
new file mode 100755
index 00000000..9553f491
--- /dev/null
+++ b/app/views/elements/document_purchase_order_view.ctp
@@ -0,0 +1,54 @@
+
Purchase Order: =$document['PurchaseOrder']['title']?>
+Job: =$html->link($invoice['Job']['title'], array('controller'=>'jobs', 'action'=>'view', $invoice['Job']['id']));?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+=$document['PurchaseOrder']['id']?>
+
+ //debug($this->data);?>
+ //debug($enquiry);?>
+
+
+
+ //debug($invoice); ?>