mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 05:14:00 +02:00
Management: Fix negative inventory balance
This commit is contained in:
parent
17ea4c72c6
commit
09d57550a3
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ class ShopAdapter(QtCore.QObject):
|
|||
return shop.profits.balance_str()
|
||||
@QtCore.Slot(result='QVariant')
|
||||
def balance_inventory(self):
|
||||
return shop.inventory_negbalance_str()
|
||||
return shop.inventory_balance_str()
|
||||
@QtCore.Slot(result='QVariant')
|
||||
def balance_credit(self):
|
||||
return shop.credit_negbalance_str()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue