Use None as erwartete Liefermenge
This commit is contained in:
@ -622,7 +622,7 @@ def migrate_area_commitment_types(in_dir: str, out_dir: str) -> None:
|
|||||||
bio = []
|
bio = []
|
||||||
if WG == 'MATZEN':
|
if WG == 'MATZEN':
|
||||||
bio = ['GV', 'ZW', 'MT']
|
bio = ['GV', 'ZW', 'MT']
|
||||||
f.row('BM', 'BM', None, None, None, 5000, 5000, None)
|
f.row('BM', 'BM', None, None, None, None, None, None)
|
||||||
elif WG == 'GWK':
|
elif WG == 'GWK':
|
||||||
bio = ['GV', 'ZW', 'WR', 'MT', 'RR', 'WB', 'CH', 'MU']
|
bio = ['GV', 'ZW', 'WR', 'MT', 'RR', 'WB', 'CH', 'MU']
|
||||||
for sortid in bio:
|
for sortid in bio:
|
||||||
|
Reference in New Issue
Block a user