Skip to content
Snippets Groups Projects
Commit a624f94a authored by inso's avatar inso
Browse files

Fix bug #233

parent 4ad1b525
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def open_transfer_money_dialog(self):
dialog = TransferMoneyDialog(self.app,
self.app.current_account,
self.password_asker)
self.password_asker,
self.community_view.community,
None)
if dialog.exec_() == QDialog.Accepted:
self.community_view.tab_history.table_history.model().sourceModel().refresh_transfers()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment