fix: support offline manual bookkeeping
This commit is contained in:
@@ -188,6 +188,7 @@ class _AddPageState extends State<AddPage> {
|
||||
note: _noteCtrl.text.trim().isEmpty ? null : _noteCtrl.text.trim(),
|
||||
paymentMethod: _paymentMethod,
|
||||
occurredAt: _occurredAt,
|
||||
localFirst: true,
|
||||
);
|
||||
TransactionEvents.notifyChanged();
|
||||
if (mounted) context.pop(amount);
|
||||
|
||||
Reference in New Issue
Block a user