Pman.Dialog.CorePersonContact.js
[Pman.Core] / Pman.Dialog.CorePersonContact.js
index f51bd1f..9fc1a96 100644 (file)
@@ -87,7 +87,8 @@ Pman.Dialog.CorePersonContact = {
                                         
                                             Pman.Dialog.Companies.show( {  id: 0 },  function(data) {
                                                     _this.form.setValues({
-                                                            
+                                                            company_id_name : data.name,
+                                                            company_id : data
                                                     })
                                             }); 
                                         }