adding a TODO
This commit is contained in:
@@ -15,6 +15,7 @@ def createAndSaveBatchCodeTables(
|
|||||||
minADRsForLethality = minADRsForLethality,
|
minADRsForLethality = minADRsForLethality,
|
||||||
onCountryProcessed = onCountryProcessed)
|
onCountryProcessed = onCountryProcessed)
|
||||||
_createAndSaveBatchCodeTableForCountry(
|
_createAndSaveBatchCodeTableForCountry(
|
||||||
|
# FK-TODO: createBatchCodeTableForCountry so definieren, dass createGlobalBatchCodeTable() sofort die gemergten Countries erzeugt
|
||||||
createBatchCodeTableForCountry = lambda country: batchCodeTableFactory.createGlobalBatchCodeTable(),
|
createBatchCodeTableForCountry = lambda country: batchCodeTableFactory.createGlobalBatchCodeTable(),
|
||||||
country = 'Global',
|
country = 'Global',
|
||||||
minADRsForLethality = minADRsForLethality,
|
minADRsForLethality = minADRsForLethality,
|
||||||
|
|||||||
Reference in New Issue
Block a user