ソースを参照

fix: consider payment_tab instead of payments when adding custom fields to web form

pull/2/head
phot0n 2年前
コミット
ce7b3e6d75
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      payments/utils/utils.py

+ 1
- 1
payments/utils/utils.py ファイルの表示

@@ -54,7 +54,7 @@ def create_payment_gateway(gateway, settings=None, controller=None):


def make_custom_fields():
if not frappe.get_meta("Web Form").has_field("payments"):
if not frappe.get_meta("Web Form").has_field("payments_tab"):
click.secho("* Installing Payment Custom Fields in Web Form")

create_custom_fields({


読み込み中…
キャンセル
保存