mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix(minor): use corrct field name in patch
This commit is contained in:
@@ -28,7 +28,7 @@ def execute():
|
|||||||
)
|
)
|
||||||
|
|
||||||
if old_distribution:
|
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:
|
else:
|
||||||
percentage_list = [100 / 12] * 12
|
percentage_list = [100 / 12] * 12
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user