Browse Source

[minor] remove in_dialog old property

pull/2/head
Rushabh Mehta 7 years ago
parent
commit
f6385c602e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      payments/payment_gateways/doctype/paypal_settings/paypal_settings.json
  2. +1
    -1
      payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.json

+ 1
- 1
payments/payment_gateways/doctype/paypal_settings/paypal_settings.json View File

@@ -158,7 +158,7 @@
"idx": 0, "idx": 0,
"image_view": 0, "image_view": 0,
"in_create": 1, "in_create": 1,
"in_dialog": 0,
"is_submittable": 0, "is_submittable": 0,
"issingle": 1, "issingle": 1,
"istable": 0, "istable": 0,


+ 1
- 1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.json View File

@@ -101,7 +101,7 @@
"idx": 0, "idx": 0,
"image_view": 0, "image_view": 0,
"in_create": 1, "in_create": 1,
"in_dialog": 0,
"is_submittable": 0, "is_submittable": 0,
"issingle": 1, "issingle": 1,
"istable": 0, "istable": 0,


Loading…
Cancel
Save