Commit 612bb822 authored by Muhammadali's avatar Muhammadali

update

parent b319fd83
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.4.9", "version": "0.5.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -372,7 +372,7 @@ export class BoxDialer { ...@@ -372,7 +372,7 @@ export class BoxDialer {
const selectedItems = dialog.getSelectedItems(); const selectedItems = dialog.getSelectedItems();
if (item.customData.get('ufPhoneInner')) { if (item.customData.get('ufPhoneInner')) {
this.transferButtonClick(); this.transferButtonClick(item.customData.get('ufPhoneInner'));
} }
}, },
get 'Item:onSelect'() { get 'Item:onSelect'() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment