Commit 7ae99e762597a83c3f38883401bcb12f7645befa

Authored by Kuldeep Arora
1 parent 427d4f5b76
Exists in master

logs

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/partials/viewCompany/viewCompany.html
... ... @@ -524,7 +524,7 @@
524 524 </tr>
525 525 </thead>
526 526 <tbody>
527   - <tr ng-repeat="fuel in fuelPricing | orderBy:'name' : 'reverse' | filter:{ status: true }" ng-class="fuel.fuelPricing.omit ? 'strikeout' : ''">
  527 + <tr ng-repeat="fuel in fuelPricing | orderBy:'name' : 'reverse' | filter:{ status: true }" ng-class="fuel.fuelPricing.omit ? 'strikeout' : 'null'">
528 528 <!-- <tr ng-repeat="fuel in fuelPricing | orderBy:'name' : 'reverse' | filter:{ status: true }"> -->
529 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>
... ...