looking for wrong seperator
[Pman.Core] / Pman.Dialog.PersonSimpleContact.js
1 //<script type="text/javascript">
2 // for needed for new person in External contacts...
3
4
5
6 // needs adding to init!!!!
7 Pman.on('beforeload', function() {
8     
9     // edit - company readonly /office  - selectable..
10     // CONTACTS!!!!!
11     Pman.Dialog.PersonSimpleContact = new Pman.Dialog.PersonEditor({
12         type : 'edit',
13         dialogConfig : {
14             title: "Edit Contact Details",
15             height: 200 // slightly taller..
16         },
17         itemList : [
18          //   'company_id',
19             'name', 'phone', 'fax', 'email',
20             'id'
21         ]
22     });
23 });