Browse Source

Enable reason on loss transactions

Neal Wilson 8 years ago
parent
commit
1ef7478024
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      config/Windows/greeninventory.xml

+ 0
- 1
config/Windows/greeninventory.xml View File

@@ -62,7 +62,6 @@
62 62
             var value = findChildObject(this, 'quantity');
63 63
             var reason = findChildObject(this, 'reason');
64 64
             var reasonlabel = findChildObject(this, 'reasonlabel');
65
-            reason.enabled = false;
66 65
             button.clicked.connect(function() {
67 66
                 q = "INSERT INTO ";
68 67
                 q += (types.currentIndex == 0 ?

Loading…
Cancel
Save