unwanted code removed
This commit is contained in:
parent
c6c11cc6fc
commit
3c08ee447c
@ -429,9 +429,7 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
|
||||
? DateFormat('dd MMM yyyy').format(parsedDate)
|
||||
: (dateStr.isNotEmpty ? dateStr : '—');
|
||||
|
||||
// final formattedTime =
|
||||
// parsedDate != null ? DateFormat('hh:mm a').format(parsedDate) : '';
|
||||
|
||||
|
||||
final project = item.name ?? '';
|
||||
final desc = item.title ?? '';
|
||||
final amount = (item.amount ?? 0).toDouble();
|
||||
@ -461,16 +459,7 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
|
||||
style:
|
||||
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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user