master
yuan 6 years ago
parent 4ba4599b06
commit 479009d671

@ -540,7 +540,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
alert("Bank Account not checked");
return;
}
/* commonDialog.confirm({
commonDialog.confirm({
title: 'Audit Partner',
content: 'Are you sure to mark partner ' + $scope.partner.company_name + ' audited'
}).then(function () {
@ -563,7 +563,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
}, function (resp) {
commonDialog.alert({title: 'Error', content: resp.data.message, type: 'error'});
})
});*/
});
};
$scope.pass2GreenChannel = function () {
commonDialog.confirm({

Loading…
Cancel
Save