This commit is contained in:
2026-03-16 10:59:28 +01:00
parent 5fe0be5c59
commit 5cf5ca520a

View File

@@ -170,7 +170,7 @@ class Fee(ModelSQL,ModelView):
if lots:
return lots[0].lot_unit_line
else:
return None
return self.unit
def get_lots(self, name):
logger.info("GET_LOTS_LINE:%s",self.line)