Browse Source

Fix inventory update

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

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

@@ -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…
Cancel
Save