gui: try logging acct in acct_map

This commit is contained in:
Dominik Pantůček 2025-07-12 17:29:08 +02:00
parent 93f9b336b6
commit f9230ed5bf
2 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ class ShopAdapter(QtCore.QObject):
return map
def acct_map(self, acct):
logger.debug("acct_map: acct=%s", acct)
if acct is None:
return None
if acct.acctype == 'debt':