Skip to content

Commit

Permalink
OO#163_adding_columns_to_invoice item overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Jul 8, 2024
1 parent 9d01858 commit a7a5559
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,6 @@ angular.module('openolitor-admin')

$scope.loading = true;
$scope.entries = RechnungenOverviewModel.query({
$scope.allKunden = KundenOverviewModel.query({
f: $scope.search.filterQuery
}, function() {
$scope.tableParams.reload();
});

RechnungenOverviewModel.query({
f: $scope.search.filterQuery,
g: /^\d+$/.test($scope.geschaeftsjahr)?$scope.geschaeftsjahr:'',
q: $scope.search.queryQuery
Expand Down

0 comments on commit a7a5559

Please sign in to comment.