diff --git a/crm/patches.txt b/crm/patches.txt index 910f0fe1..c038f250 100644 --- a/crm/patches.txt +++ b/crm/patches.txt @@ -14,4 +14,5 @@ crm.patches.v1_0.update_layouts_to_new_format crm.patches.v1_0.move_twilio_agent_to_telephony_agent crm.patches.v1_0.create_default_scripts # 13-06-2025 crm.patches.v1_0.update_deal_status_probabilities -crm.patches.v1_0.update_deal_status_type \ No newline at end of file +crm.patches.v1_0.update_deal_status_type +crm.patches.v1_0.create_default_lost_reasons \ No newline at end of file diff --git a/crm/patches/v1_0/create_default_lost_reasons.py b/crm/patches/v1_0/create_default_lost_reasons.py new file mode 100644 index 00000000..f6e43e11 --- /dev/null +++ b/crm/patches/v1_0/create_default_lost_reasons.py @@ -0,0 +1,5 @@ +from crm.install import add_default_lost_reasons + + +def execute(): + add_default_lost_reasons() diff --git a/frappe-ui b/frappe-ui index b295b54a..136f2715 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit b295b54aaa3a2a22f455df819d87433dc6b9ff6a +Subproject commit 136f2715c2bd22b7390a2a02f1849a147d16b191