05.02.26
This commit is contained in:
@@ -120,6 +120,7 @@ class Fee(ModelSQL,ModelView):
|
||||
logger.info("ON_CHANGE_WITH_LOTS:%s",lots)
|
||||
if lots:
|
||||
qt = sum([e.get_current_quantity() for e in lots])
|
||||
unit = lots[0].lot_unit_line
|
||||
if not qt:
|
||||
logger.info("ON_CHANGE_WITH_QT1:%s",qt)
|
||||
LotQt = Pool().get('lot.qt')
|
||||
|
||||
Reference in New Issue
Block a user