[fix] [minor] fix in sending sms from transactions
This commit is contained in:
parent
02a3d7ac12
commit
8c0485d085
@ -62,9 +62,9 @@ function SMSManager() {
|
|||||||
var btn = d.fields_dict.send.input;
|
var btn = d.fields_dict.send.input;
|
||||||
var v = me.dialog.get_values();
|
var v = me.dialog.get_values();
|
||||||
if(v) {
|
if(v) {
|
||||||
btn.set_working();
|
$(this).set_working();
|
||||||
$c_obj('SMS Control', 'send_form_sms', v, function(r,rt) {
|
$c_obj('SMS Control', 'send_form_sms', v, function(r,rt) {
|
||||||
btn.done_working();
|
$(this).done_working();
|
||||||
if(r.exc) {msgprint(r.exc); return; }
|
if(r.exc) {msgprint(r.exc); return; }
|
||||||
msgprint('Message Sent');
|
msgprint('Message Sent');
|
||||||
me.dialog.hide();
|
me.dialog.hide();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user