Explorar el Código

Fix inventory update

Neal Wilson hace 8 años
padre
commit
f21e240995
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/Windows/greeninventory.xml

+ 1
- 1
config/Windows/greeninventory.xml Ver fichero

@@ -31,7 +31,7 @@
31 31
         <![CDATA[
32 32
             var types = findChildObject(this, 'transactiontype');
33 33
             types.addItem(TTR("inventory", "inventory"));
34
-            types.addItem(TTR("inventory", "loss");
34
+            types.addItem(TTR("inventory", "loss"));
35 35
             var optionalDisplay = findChildObject(this, 'optional');
36 36
             var units = findChildObject(this, 'units');
37 37
             units.addItem(TTR("inventory", "bag"));

Loading…
Cancelar
Guardar