partkeepr

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

commit 3c26ea80787a900e0ef5fcf463c5fe22c9e77ce1
parent d1477deb0d5729f22cda35a0e0fcd6158928960b
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat,  7 Jan 2012 17:13:53 +0100

Merge branch 'master' of github.com:partkeepr/PartKeepr

Diffstat:
Msrc/frontend/js/Components/Project/ProjectReport.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/frontend/js/Components/Project/ProjectReport.js b/src/frontend/js/Components/Project/ProjectReport.js @@ -70,9 +70,6 @@ Ext.define('PartKeepr.ProjectReportView', { header: i18n("Available"), dataIndex: 'available', width: 75 },{ - header: i18n("Missing"), dataIndex: 'missing', - width: 75 - },{ header: i18n("Distributor"), dataIndex: 'distributor_id', renderer: function (val,p,rec) { return rec.get("distributor_name"); @@ -106,6 +103,9 @@ Ext.define('PartKeepr.ProjectReportView', { }, width: 100 },{ + header: i18n("Amount to Order"), dataIndex: 'missing', + width: 100 + },{ header: i18n("Sum (Order)"), dataIndex: 'sum_order', summaryType: 'sum',