From 225523bb8f04baa3fe787a4634512d6972207d81 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:55:02 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index bca4d729..e09ad798 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -170,7 +170,7 @@ Pman.Dialog.CorePersonContact = { beforeload : function (_self, o){ o.params = o.params || {}; var coid = _this.form.findField('company_id').getValue(); - o.params.company_id = coid; + o.params.company_id = coid; } }, remoteSort : true, -- 2.39.2