16.03.26
This commit is contained in:
@@ -170,7 +170,7 @@ class Fee(ModelSQL,ModelView):
|
|||||||
if lots:
|
if lots:
|
||||||
return lots[0].lot_unit_line
|
return lots[0].lot_unit_line
|
||||||
else:
|
else:
|
||||||
return None
|
return self.unit
|
||||||
|
|
||||||
def get_lots(self, name):
|
def get_lots(self, name):
|
||||||
logger.info("GET_LOTS_LINE:%s",self.line)
|
logger.info("GET_LOTS_LINE:%s",self.line)
|
||||||
|
|||||||
Reference in New Issue
Block a user