CR 6654 cancel manual insurance update CR done.

merge-update-with-lab-changes
haroon amjad 2 years ago
parent 81de6f9848
commit bbee4dba66

@ -133,31 +133,31 @@ class _AttachInsuranceCardImageDialogState extends State<AttachInsuranceCardImag
Padding( Padding(
padding: const EdgeInsets.all(18.0), padding: const EdgeInsets.all(18.0),
child: child:
// Text(TranslationBase.of(context).habibCallCenter, Text(TranslationBase.of(context).habibCallCenter,
// style: TextStyle( style: TextStyle(
// fontSize: 16, fontSize: 16,
// letterSpacing: -0.48, letterSpacing: -0.48,
// fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
// ), ),
// ),
DefaultButton(
TranslationBase.of(context).updateInsuranceManually,
() {
Navigator.pop(context);
Navigator.push(
context,
FadePage(
page: UpdateInsuranceManually(
patientIdentificationNo: widget.identificationNo,
patientMobileNumber: widget.mobileNo,
patientID: num.parse(widget.fileNo),
),
),
);
},
textColor: Colors.white,
color: CustomColors.accentColor,
), ),
// DefaultButton(
// TranslationBase.of(context).updateInsuranceManually,
// () {
// Navigator.pop(context);
// Navigator.push(
// context,
// FadePage(
// page: UpdateInsuranceManually(
// patientIdentificationNo: widget.identificationNo,
// patientMobileNumber: widget.mobileNo,
// patientID: num.parse(widget.fileNo),
// ),
// ),
// );
// },
// textColor: Colors.white,
// color: CustomColors.accentColor,
// ),
), ),
SizedBox( SizedBox(
height: 25.0, height: 25.0,

Loading…
Cancel
Save