Merge branch 'sultan' into 'development'

Sultan

See merge request Cloud_Solution/doctor_app_flutter!488
merge-requests/489/merge
Mohammad Aljammal 5 years ago
commit 5462b42433

@ -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