Use None as erwartete Liefermenge

This commit is contained in:
2023-08-23 17:17:00 +02:00
parent 6d2a08bd94
commit 000fdfe397

View File

@ -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: