Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Commit

Permalink
fix return stock from service module
Browse files Browse the repository at this point in the history
  • Loading branch information
DedrickEnc committed Dec 4, 2015
1 parent a7002c4 commit bd3a150
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ function ServiceReturnStockController($routeParams, $http, $q, $translate, $loca
identifier : 'id',
tables : {
'service' : { columns : ['id', 'name', 'cost_center_id'] }
},
where : ['service.project_id=' + SessionService.project.id]
}
}
};

Expand Down

0 comments on commit bd3a150

Please sign in to comment.