Commit f49ed758aca18344ece2a89aebae53e6c8fbba09

Authored by Kuldeep Arora
1 parent e652e571f1
Exists in master

marginsetting fixed

app/partials/customers/customers.controller.js
... ... @@ -94,7 +94,7 @@
94 94 }
95 95  
96 96 $scope.editMargin = function(customer){
97   - //console.log('customer', customer);
  97 + console.log('customer', customer);
98 98 $scope.showLoader = true;
99 99 event.stopPropagation();
100 100  
... ... @@ -111,6 +111,7 @@
111 111 toastr.success(''+result.success+'', {
112 112 closeButton: true
113 113 })
  114 + getAllCompanies();
114 115 }else{
115 116 $scope.showLoader = false;
116 117 toastr.error(''+result.statusText+'', {
... ...