Commit 09bbf9f707af9ded7c026675cc63c183701e2a53
1 parent
e9a2edf033
Exists in
master
customer view issue
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
app/partials/customers/customers.controller.js
app/partials/customers/customers.html
... | ... | @@ -155,7 +155,7 @@ |
155 | 155 | <button type="button" ng-if="customer.activate == false" class="btn btn-warning btn-xs">InActive</button> |
156 | 156 | </td> |
157 | 157 | <td class="font-company"> |
158 | - <select class="form-control" ng-blur="editMargin(customer)" style="height:31px;" ng-model="customer.masterMargin" ng-options="margin.id as margin.marginName for margin in marginList" required></select> | |
158 | + <select class="form-control" ng-click="editMargin(customer)" style="height:31px;" ng-model="customer.masterMargin" ng-options="margin.id as margin.marginName for margin in marginList" required></select> | |
159 | 159 | <!-- <select class="form-control" style="height:31px;"> |
160 | 160 | <option>Margin1</option> |
161 | 161 | <option>Margin2</option> | ... | ... |