diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 822235bd..9c41cb79 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -26,7 +26,8 @@ todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot
todo: actual customer reports so can figure out datalist for bringing other names in
I'm thinking an alternate mode for reporting where there are more defined links in the list to fetch names?
-
+todo: FormFieldReference, edit at server to be in order that is shown on form or
+ modify the Customize form to put them in alpha order or something, right now it is basically random (except po which I just did in order and makes more sense)
todo: v8 migrate additions
Erase DB warning must be very distinctive like bright yellow and red with crossbones etc
diff --git a/ayanova/src/views/inv-purchase-order.vue b/ayanova/src/views/inv-purchase-order.vue
index b5bf4a9b..b4025128 100644
--- a/ayanova/src/views/inv-purchase-order.vue
+++ b/ayanova/src/views/inv-purchase-order.vue
@@ -112,7 +112,25 @@
@input="fieldValueChanged('referenceNumber')"
>
-
+
+
+
-
-
+ {{ obj.items }}
+
+
+
+
+
+ {{ $ay.t("PurchaseOrderItemList") }}
+
+
+
+
+
+