Commit c7e2fd162298aa42ae2332a235371783f06f365c
1 parent
c8eb439d97
Exists in
master
testing
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/partials/viewCompany/viewCompany.controller.js
... | ... | @@ -692,6 +692,7 @@ angular.module('acufuel') |
692 | 692 | for(var j = 0; j<$scope.omitData.length; j++){ |
693 | 693 | if($scope.omitData[j].marginId == $scope.fuelPricing[i].fuelPricing.id){ |
694 | 694 | $scope.fuelPricing[i].fuelPricing.omit = $scope.omitData[j].omit; |
695 | + console.log("fuel.pricing.omit",$scope.fuelPricing[i].fuelPricing.omit) | |
695 | 696 | } |
696 | 697 | } |
697 | 698 | } | ... | ... |