Commit cb54d5ea48a46524be3d49ff0587f7d17e62ef42

Authored by Kuldeep Arora
1 parent c7e2fd1622
Exists in master

testing1

app/partials/viewCompany/viewCompany.controller.js
... ... @@ -694,7 +694,11 @@ angular.module('acufuel')
694 694 $scope.fuelPricing[i].fuelPricing.omit = $scope.omitData[j].omit;
695 695 console.log("fuel.pricing.omit",$scope.fuelPricing[i].fuelPricing.omit)
696 696 }
  697 + else {
  698 + console.log("hiii false")
  699 + $scope.fuelPricing[i].fuelPricing.omit = false;
697 700 }
  701 + }
698 702 }
699 703  
700 704 })
... ...