partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit f4945359be9f5c943104dd04e5db2d9f011665c6
parent 8dbe4ce4f3c862813ab7353f6ab390107087705a
Author: felicitus <felicitus@felicitus.org>
Date:   Thu, 29 Dec 2011 17:14:34 +0100

Display part quantity in the storage location overview

Diffstat:
Msrc/frontend/js/Components/StorageLocation/StorageLocationEditor.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js b/src/frontend/js/Components/StorageLocation/StorageLocationEditor.js @@ -28,6 +28,10 @@ Ext.define('PartKeepr.StorageLocationEditor', { flex: 1, minWidth: 200, renderer: Ext.util.Format.htmlEncode + },{ + header: i18n("Qty"), + width: 50, + dataIndex: 'stockLevel' } ] });