|
|
|
@ -46,7 +46,7 @@ class HelperFunction {
|
|
|
|
showDialog(
|
|
|
|
showDialog(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
builder: (BuildContext cxt) => AcknowledgeWorkDialog(
|
|
|
|
builder: (BuildContext cxt) => AcknowledgeWorkDialog(
|
|
|
|
message: "Are you sure you want to change this request status to cancel ",
|
|
|
|
message: "Are you sure you want to change this request status to cancel?",
|
|
|
|
confirmButtonText: 'Ok',
|
|
|
|
confirmButtonText: 'Ok',
|
|
|
|
cancelButtonText: 'Cancel',
|
|
|
|
cancelButtonText: 'Cancel',
|
|
|
|
onSave: () async {
|
|
|
|
onSave: () async {
|
|
|
|
|