diff --git a/Apollo/assets/views/editBatchDetails.html b/Apollo/assets/views/editBatchDetails.html index 49223977..62549900 100755 --- a/Apollo/assets/views/editBatchDetails.html +++ b/Apollo/assets/views/editBatchDetails.html @@ -40,7 +40,7 @@ name="date" datepicker-options="dateOptions" placeholder="Select Date" - close-text="Close" ng-change="getDateFormat(p.BatchDate,'2');" required="required"/> + close-text="Close" ng-change="getDateFormat(p.BatchDate,'2');" required="required" ng-readonly="true"/> Batch date is required.