瀏覽代碼

[minor] added ignore_mandatory flag if setup wizard is not completed

version-14
mbauskar 8 年之前
committed by Nabin Hait
父節點
當前提交
e19eea3718
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      frappe/patches/v8_0/set_currency_field_precision.py

+ 1
- 0
frappe/patches/v8_0/set_currency_field_precision.py 查看文件

@@ -17,5 +17,6 @@ def execute():
ss = frappe.get_doc("System Settings")
ss.currency_precision = precision
ss.flags.ignore_mandatory = True
ss.save()

Loading…
取消
儲存