unwanted code removed
This commit is contained in:
parent
8289546710
commit
abe1f44fb4
@ -413,9 +413,7 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
|
|||||||
? DateFormat('dd MMM yyyy').format(parsedDate)
|
? DateFormat('dd MMM yyyy').format(parsedDate)
|
||||||
: (dateStr.isNotEmpty ? dateStr : '—');
|
: (dateStr.isNotEmpty ? dateStr : '—');
|
||||||
|
|
||||||
// final formattedTime =
|
|
||||||
// parsedDate != null ? DateFormat('hh:mm a').format(parsedDate) : '';
|
|
||||||
|
|
||||||
final project = item.name ?? '';
|
final project = item.name ?? '';
|
||||||
final desc = item.title ?? '';
|
final desc = item.title ?? '';
|
||||||
final amount = (item.amount ?? 0).toDouble();
|
final amount = (item.amount ?? 0).toDouble();
|
||||||
@ -445,16 +443,7 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
|
|||||||
style:
|
style:
|
||||||
TextStyle(fontSize: 12, color: Colors.grey.shade600),
|
TextStyle(fontSize: 12, color: Colors.grey.shade600),
|
||||||
),
|
),
|
||||||
// if (formattedTime.isNotEmpty) ...[
|
|
||||||
// const SizedBox(width: 6),
|
|
||||||
// Text(
|
|
||||||
// formattedTime,
|
|
||||||
// style: TextStyle(
|
|
||||||
// fontSize: 12,
|
|
||||||
// color: Colors.grey.shade500,
|
|
||||||
// fontStyle: FontStyle.italic),
|
|
||||||
// ),
|
|
||||||
// ]
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user