mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix(minor): use corrct field name in patch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user