fix(minor): use corrct field name in patch

This commit is contained in:
khushi8112
2025-11-17 17:59:20 +05:30
parent e08793cb8f
commit 22ec48159e

View File

@@ -28,7 +28,7 @@ def execute():
)
if old_distribution:
percentage_list = [flt(d.percentage) for d in old_distribution]
percentage_list = [flt(d.percentage_allocation) for d in old_distribution]
else:
percentage_list = [100 / 12] * 12