From 1f4f591a15f37ca32d45a980337acd93bc960fa4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 30 Dec 2021 20:24:38 +0000 Subject: [PATCH] case 4046 --- ayanova/devdocs/todo.txt | 1 + ayanova/src/views/inv-part-inventory-transactions.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5fe8275c..608dbad9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -877,6 +877,7 @@ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE - case 4042 see notes / by design - case 4044 fixed - case 4045 fixed +- case 4046 fixed diff --git a/ayanova/src/views/inv-part-inventory-transactions.vue b/ayanova/src/views/inv-part-inventory-transactions.vue index f5ec16dd..211fb25e 100644 --- a/ayanova/src/views/inv-part-inventory-transactions.vue +++ b/ayanova/src/views/inv-part-inventory-transactions.vue @@ -61,7 +61,7 @@ export default { return { rights: window.$gz.role.defaultRightsObject(), objectId: null, - aType: null, + aType: window.$gz.type.PartInventory, selectedItems: [], clientCriteria: undefined, preFilterMode: null,