Commit 858f9b31 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

do not have currentCapacity affect the total one

parent 46e57910
...@@ -44,7 +44,7 @@ class AllocationManagement(ObjectInterruption): ...@@ -44,7 +44,7 @@ class AllocationManagement(ObjectInterruption):
def readData(self): def readData(self):
G.CapacityDict=self.argumentDict['capacity'] G.CapacityDict=self.argumentDict['capacity']
G.CurrentCapacityDict=G.CapacityDict G.CurrentCapacityDict=dict(G.CapacityDict)
G.RouteDict=self.argumentDict['MAList'] G.RouteDict=self.argumentDict['MAList']
G.TargetPPOS=self.argumentDict['currentPPOS']['id'] G.TargetPPOS=self.argumentDict['currentPPOS']['id']
G.TargetPPOSqty=self.argumentDict['currentPPOS']['quantity'] G.TargetPPOSqty=self.argumentDict['currentPPOS']['quantity']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment