Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Nov 29, 2016
2 parents c03ee79 + dc32112 commit 60992f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
callback: function (reason) {
if (reason) {
blade.currentEntity.cancelReason = reason;
blade.currentEntity.cancelledDate = new Date();
blade.currentEntity.isCancelled = true;
blade.setEntityStatus('Cancelled');
$scope.saveChanges();
Expand Down

0 comments on commit 60992f8

Please sign in to comment.