MonthlyInventory report
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
MonthlyInventoryReportController.$inject = ['$scope', 'reportSvc'];
|
||||
function MonthlyInventoryReportController($scope, reportSvc) {
|
||||
var vm = this;
|
||||
vm.loadData = reportSvc.loadMonthlyInventoryData;
|
||||
vm.monthlyInventoryData = reportSvc.monthlyInventoryData;
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user