diff --git a/jal/__init__.py b/jal/__init__.py index 96a33fb2..d41894eb 100644 --- a/jal/__init__.py +++ b/jal/__init__.py @@ -1 +1 @@ -__version__ = "2023.5.2" \ No newline at end of file +__version__ = "2023.7.1" \ No newline at end of file diff --git a/jal/db/tax_estimator.py b/jal/db/tax_estimator.py index 74f884df..46d8f6e3 100644 --- a/jal/db/tax_estimator.py +++ b/jal/db/tax_estimator.py @@ -10,7 +10,7 @@ from jal.db.country import JalCountry from jal.ui.reports.ui_tax_estimation import Ui_TaxEstimationDialog from jal.widgets.mdi import MdiWidget -from jal.widgets.helpers import ts2d, center_window +from jal.widgets.helpers import ts2d from jal.widgets.delegates import FloatDelegate diff --git a/jal/widgets/account_select.py b/jal/widgets/account_select.py index 4a23040f..c1c5c9b5 100644 --- a/jal/widgets/account_select.py +++ b/jal/widgets/account_select.py @@ -159,6 +159,7 @@ def getId(self): return self._id if self._id else None def setId(self, new_value): + print(f"OLD: {self._id} -> NEW: {new_value}") if self._id == new_value: return self._id = new_value