haroon_dev
haroon amjad 1 week ago
parent 6249daa67d
commit 304f9df0d7

@ -945,7 +945,7 @@
"immediateConsultation": "استشارة فورية",
"scheduledConsultation": "استشارة مجدولة",
"pharmaLiveCare": "لايف كير الصيدلية",
"notSureHelpMeChooseClinic": "هل تريد مساعدة في اختيار العياة؟",
"notSureHelpMeChooseClinic": "هل تريد مساعدة في اختيار العيادة؟",
"mentionYourSymptomsAndFindDoctors": "أدخل حالتك الصحية للحصول على قائمة الأطباء",
"immediateService": "خدمة فورية",
"noNeedToWaitGetMedicalConsultation": "لا حاجة للانتظار، ستحصل على استشارة طبية فورية عبر مكالمة فيديو",
@ -1895,5 +1895,7 @@
"referenceNo": "رقم المرجع",
"advanceNumber": "رقم الدفعة المقدمة",
"amountOnly": "المبلغ",
"invoiceHistory": "سجل الفواتير"
"invoiceHistory": "سجل الفواتير",
"refund": "استرداد",
"thisInvoiceIsNotEligibleForRefund": "هذه الفاتورة غير قابلة للاسترداد"
}

@ -329,6 +329,7 @@ class HabibWalletViewModel extends ChangeNotifier {
isWalletAmountLoading = true;
habibWalletAmount = 0;
isLakumAccountInfoLoading = true;
yahalaAccountNumber = "";
}
isBottomSheetContentLoading = false;
walletRechargeAmount = 0;
@ -339,7 +340,6 @@ class HabibWalletViewModel extends ChangeNotifier {
fileNumber = '';
depositorName = '';
mobileNumber = '';
yahalaAccountNumber = "";
notifyListeners();
}

@ -86,6 +86,9 @@ class _AppLanguageChangeState extends State<AppLanguageChange> {
//Reload Emergency Services Data
emergencyServicesViewModel.checkPatientERAdvanceBalance();
todoSectionViewModel.setIsAncillaryOrdersNeedReloading(true);
todoSectionViewModel.initializeTodoSectionViewModel();
Navigator.pop(context);
});
}),

Loading…
Cancel
Save