Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later.
This commit is contained in:
@@ -30,9 +30,6 @@ class PriceViewFull(StatsView):
|
||||
|
||||
def __init__(self, parent):
|
||||
StatsView.__init__(self)
|
||||
self.labelPriceTotal = None
|
||||
self.labelPriceFittings = None
|
||||
self.labelPriceShip = None
|
||||
self.parent = parent
|
||||
self._cachedShip = 0
|
||||
self._cachedFittings = 0
|
||||
|
||||
Reference in New Issue
Block a user