From 263c3a73b70152ae1f28fb664e23b1ac4a74fdf7 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:05:18 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 4ff4d216..314e68cd 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -111,7 +111,7 @@ { "*prop": "colModel[]", "dataIndex": "remarks", - "header": "Affected", + "header": "Parts", "width": 100, "xtype": "ColumnModel", "|renderer": "function(v) { \n return String.format('{0})', v ? v : ''); \n}", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 5f2f943d..287a3344 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -246,7 +246,7 @@ Pman.Dialog.CoreAutoSavePreview = { xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'remarks', - header : 'Affected', + header : 'Parts', width : 100, renderer : function(v) { return String.format('{0})', v ? v : ''); -- 2.39.2