|
@@ -42,6 +42,9 @@ class GroceryTransactionEditor(WidgetPlaceholder):
|
|
self.cur = cur
|
|
self.cur = cur
|
|
txn: TransactionEditor = self.activity_manager.get('transaction')
|
|
txn: TransactionEditor = self.activity_manager.get('transaction')
|
|
|
|
|
|
|
|
+ with open(log, 'a') as f:
|
|
|
|
+ pass
|
|
|
|
+
|
|
with open(log, 'r') as f:
|
|
with open(log, 'r') as f:
|
|
date = None
|
|
date = None
|
|
store = None
|
|
store = None
|