diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 1862482d..5e8d1f0b 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -936,4 +936,8 @@ https://www.ayanova.com/Downloads/v8/migrate140.7z
BUILD 140 CHANGES OF NOTE
+
- case 4033, 4034 see notes
+- case 4035 implemented
+- case 4036 fixed
+
diff --git a/ayanova/src/views/inv-part-stock-levels.vue b/ayanova/src/views/inv-part-stock-levels.vue
index dc72e818..f55bd625 100644
--- a/ayanova/src/views/inv-part-stock-levels.vue
+++ b/ayanova/src/views/inv-part-stock-levels.vue
@@ -44,29 +44,17 @@
-
+
|
{{ item.partWarehouseDisplay }}
-
- $ayiEdit
-
$ayiTrashAlt
-
- $ayiEdit
-
$ayiTrashAlt
@@ -77,7 +65,8 @@
v-model="item.minimumQuantity"
:readonly="formState.readOnly"
@input="quantityChanged(item)"
- >
+ >
+
|
@@ -210,12 +199,12 @@ export default {
vm.obj.splice(index, 1);
vm.formState.dirty = true;
},
- openItem: function(item) {
- window.$gz.eventBus.$emit("openobject", {
- type: window.$gz.type.PartWarehouse,
- id: item.partWarehouseId
- });
- },
+ // openItem: function(item) {
+ // window.$gz.eventBus.$emit("openobject", {
+ // type: window.$gz.type.PartWarehouse,
+ // id: item.partWarehouseId
+ // });
+ // },
quantityChanged: function(item) {
const vm = this;
if (item.minimumQuantity == null || item.minimumQuantity < 1) {