Commit c8eb439d977b5e2376176f339de34fe050fbc340

Authored by Kuldeep Arora
1 parent 7ae99e7625
Exists in master

omit

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' : 'null'">
  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 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>
... ...