Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
|#756|+Manan|Not showing dialog box on start date change for push pro…
Browse files Browse the repository at this point in the history
…gram
  • Loading branch information
Sriram Viswanathan committed Jun 20, 2013
1 parent 46aff6a commit 8c870ed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ function FacilityController($scope, facilityReferenceData, $routeParams, facilit

$scope.showConfirmDateChangeWindow = function (program) {
window.program = program;
if(getProgramById(program.program.id).push) {
$scope.dateChangeCallback(true);
return;
}
var dialogOpts = {
id: "dateChangeConfirmModal",
header: messageService.get('message.setProgramStartDate'),
Expand Down

0 comments on commit 8c870ed

Please sign in to comment.