Commit b35acfea authored by Sai Srinivas's avatar Sai Srinivas
Browse files

local fix

parents ebb11608 2a087139
...@@ -487,11 +487,11 @@ class _FinancedashboardState extends State<Financedashboard> { ...@@ -487,11 +487,11 @@ class _FinancedashboardState extends State<Financedashboard> {
}, },
child: Container( child: Container(
padding: EdgeInsets.symmetric( padding: EdgeInsets.symmetric(
vertical: 5, vertical: 4.6,
horizontal: 15, horizontal: 15,
), ),
margin: EdgeInsets.symmetric( margin: EdgeInsets.symmetric(
vertical: 7, vertical: 5,
horizontal: 5, horizontal: 5,
), ),
decoration: BoxDecoration( decoration: BoxDecoration(
......
...@@ -338,6 +338,7 @@ class _PaymentdetailspaymentrequisitionState ...@@ -338,6 +338,7 @@ class _PaymentdetailspaymentrequisitionState
fileUrl: fileUrl:
paymentDet paymentDet
.attachmentDirFilePath!, .attachmentDirFilePath!,
downloadEnable: true,
), ),
), ),
); );
...@@ -604,6 +605,7 @@ class _PaymentdetailspaymentrequisitionState ...@@ -604,6 +605,7 @@ class _PaymentdetailspaymentrequisitionState
fileUrl: fileUrl:
paymentDet paymentDet
.attachmentDirFilePath!, .attachmentDirFilePath!,
downloadEnable: true,
), ),
), ),
); );
......
...@@ -452,6 +452,7 @@ class _PaymentreceiptdetailsState extends State<Paymentreceiptdetails> { ...@@ -452,6 +452,7 @@ class _PaymentreceiptdetailsState extends State<Paymentreceiptdetails> {
fileUrl: fileUrl:
paymentDet paymentDet
.attachmentDirFilePath!, .attachmentDirFilePath!,
downloadEnable: true,
), ),
), ),
); );
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment