merge-requests/488/head
Sultan Khan 5 years ago
parent 9268b13312
commit ffab532e94

@ -848,7 +848,5 @@ const Map<String, Map<String, String>> localizedValues = {
"patientIDMobilenational": {
"en": "Patient ID, National ID, Mobile Number",
"ar": "هوية المريض ، الهوية الوطنية ، رقم الهاتف المحمول"
"en": "Apply Reschedule Leave",
"ar": "التقدم بطلب إعادة جدولة الإجازة"
},
};

@ -832,6 +832,10 @@ class _PatientsScreenState extends State<PatientsScreen> {
DateTime(DateTime.now().year, DateTime.now().month,
DateTime.now().day + 1),
'yyyy-MM-dd');
_patientSearchFormValues.From = DateUtils.convertDateToFormat(
DateTime(DateTime.now().year, DateTime.now().month,
DateTime.now().day + 1),
'yyyy-MM-dd');
} else if (item == 'Next Week') {
_patientSearchFormValues.To = DateUtils.convertDateToFormat(
DateTime(DateTime.now().year, DateTime.now().month,

Loading…
Cancel
Save