diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 08c8af23..37f5cbfa 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -33,7 +33,12 @@ MISC ITEMS THAT CAME UP
## CLIENT MISC ITEMS
-todo: delete all tags from customer, go back in and zone2 appears for some reason
+todo: BUGBUG delete all tags from customer, go back in and zone2 appears for some reason
+
+todo: percentage control
+ Not actually that complex, just shows percentage but when in edit mode is decimal
+ copy decimal control and convert into pctg.
+ then replace decimal controls in acc-tax-code and svc-contract with it
todo: NOT import PO's unless they are current, active and unreceived
todo: erase database should reset all id values if they aren't reset already so that future data doesn't result in a new PO starting at 29000 due to huge db trial seed prior
diff --git a/ayanova/src/views/svc-contract.vue b/ayanova/src/views/svc-contract.vue
index 7fb0aac2..2727b2cd 100644
--- a/ayanova/src/views/svc-contract.vue
+++ b/ayanova/src/views/svc-contract.vue
@@ -31,7 +31,9 @@
>
- {{ $ay.t("ContractDefaultAdjustments") }}
+
+ {{ $ay.t("ContractDefaultAdjustments") }}
+
+
+