Browse Source

UI-2500: Only set inbound notification email for main faxbox

4.3
Joris Tirado 9 years ago
parent
commit
a6e143b661
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      submodules/strategy/strategy.js

+ 0
- 10
submodules/strategy/strategy.js View File

@ -1187,11 +1187,6 @@ define(function(require){
email: {
send_to: email
}
},
outbound: {
email: {
send_to: email
}
}
}
});
@ -2587,11 +2582,6 @@ define(function(require){
email: {
send_to: args.data.email
}
},
outbound: {
email: {
send_to: args.data.email
}
}
}
};


Loading…
Cancel
Save