diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 09d778e0..659c0ef9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -63,6 +63,8 @@ todo: input type email url phone number etc supported on device to activate? CURRENTLY WORKING ON: Customer OUTSTANDING + Seperate addresses more clearly physical vs mail, sectionize them somehow + Copy physical to postal Copy postal to physical autocopy as entering if corresponding field is empty? diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index e0de1876..c12db956 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -414,6 +414,9 @@ + +

{{ $ay.t("AddressTypePhysical") }}

+
- + +

{{ $ay.t("AddressTypePostal") }}

+