Fixed typo.
This commit is contained in:
parent
6281e9357b
commit
7d2e3b1e27
@ -128,7 +128,7 @@ var EntryController = function($scope, $http, $rootScope, $filter) {
|
||||
$scope.entryRowClass = function(sold) {
|
||||
if(sold < $scope.account.authorized_overdraft) {
|
||||
return 'error';
|
||||
} else if (esold < 0) {
|
||||
} else if (sold < 0) {
|
||||
return 'warning';
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user