Clients file update
This commit is contained in:
miroman-afk
2021-11-16 15:43:14 +03:00
parent 13a115ba0d
commit 3c8a6b2736
5 changed files with 11 additions and 5 deletions

View File

@@ -16,6 +16,10 @@
});
};
$scope.createReport = function () {
};
$scope.update = function () {
$scope.getOrders();
};