Ver código fonte

Enable reason on loss transactions

Neal Wilson 8 anos atrás
pai
commit
1ef7478024
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      config/Windows/greeninventory.xml

+ 0
- 1
config/Windows/greeninventory.xml Ver arquivo

@@ -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 ?

Carregando…
Cancelar
Salvar