|
@@ -69,7 +69,7 @@ angular.module(
|
|
|
|
|
|
// Get filtered customers for correct data visualization
|
|
|
$scope.getCustomers = function (success, error) {
|
|
|
- storage.getByConstraint('partner', 'customer = 1', function (customers) {
|
|
|
+ storage.getByConstraint('partner', 'customer = 1 AND modified != 2', function (customers) {
|
|
|
console.log(customers);
|
|
|
$scope.customers = [];
|
|
|
|