Commit 427d4f5b76ea13567bf06ec77f746b31212f0c03

Authored by Kuldeep Arora
1 parent 00d325f952
Exists in master

minor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/partials/viewCompany/viewCompany.html
... ... @@ -526,7 +526,7 @@
526 526 <tbody>
527 527 <tr ng-repeat="fuel in fuelPricing | orderBy:'name' : 'reverse' | filter:{ status: true }" ng-class="fuel.fuelPricing.omit ? 'strikeout' : ''">
528 528 <!-- <tr ng-repeat="fuel in fuelPricing | orderBy:'name' : 'reverse' | filter:{ status: true }"> -->
529   - <td><input type="checkbox" ng-model="fuel.fuelPricing.omit" ng-change="updateOmit(fuel.fuelPricing, fuel.status)"></td>
  529 + <td><input type="checkbox" ng-model="fuel.fuelPricing.omit" ng-change="updateOmit(fuel.fuelPricing, fuel.status)">{{fuel.fuelPricing.omit}}</td>
530 530 <td>{{fuel.name}}</td>
531 531 <td>${{fuel.fuelPricing.cost | number :4}}</td>
532 532 <td>${{fuel.fuelPricing.papMargin | number :4}}</td>
... ...