Skip to content

Commit

Permalink
Version 2023.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titov-vv committed Jul 10, 2023
1 parent 2ac3984 commit 53c174b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2023.5.2"
__version__ = "2023.7.1"
2 changes: 1 addition & 1 deletion jal/db/tax_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 1 addition & 0 deletions jal/widgets/account_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c174b

Please sign in to comment.