Fixed typo.
This commit is contained in:
@ -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';
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user