fix amount paid by client prefill

This commit is contained in:
ty kayn 2019-06-12 15:27:53 +02:00
parent bee4a85673
commit be87086536

View File

@ -125,8 +125,6 @@ angular
for (let obj in $scope.activeSelling) {
$scope.activeItemsSold.push(obj.id);
}
$scope.paidAmount += $scope.sumOfList($scope.activeSelling);
};
$scope.stuff = stuff;
$scope.setActiveSelling = function (selling) {