mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Test correction
This commit is contained in:
@@ -15,6 +15,7 @@ def create_plan():
|
|||||||
plan = frappe.new_doc('Subscription Plan')
|
plan = frappe.new_doc('Subscription Plan')
|
||||||
plan.plan_name = '_Test Plan Name'
|
plan.plan_name = '_Test Plan Name'
|
||||||
plan.item = '_Test Non Stock Item'
|
plan.item = '_Test Non Stock Item'
|
||||||
|
plan.price_determination = "Fixed rate"
|
||||||
plan.cost = 900
|
plan.cost = 900
|
||||||
plan.billing_interval = 'Month'
|
plan.billing_interval = 'Month'
|
||||||
plan.billing_interval_count = 1
|
plan.billing_interval_count = 1
|
||||||
@@ -24,6 +25,7 @@ def create_plan():
|
|||||||
plan = frappe.new_doc('Subscription Plan')
|
plan = frappe.new_doc('Subscription Plan')
|
||||||
plan.plan_name = '_Test Plan Name 2'
|
plan.plan_name = '_Test Plan Name 2'
|
||||||
plan.item = '_Test Non Stock Item'
|
plan.item = '_Test Non Stock Item'
|
||||||
|
plan.price_determination = "Fixed rate"
|
||||||
plan.cost = 1999
|
plan.cost = 1999
|
||||||
plan.billing_interval = 'Month'
|
plan.billing_interval = 'Month'
|
||||||
plan.billing_interval_count = 1
|
plan.billing_interval_count = 1
|
||||||
@@ -33,6 +35,7 @@ def create_plan():
|
|||||||
plan = frappe.new_doc('Subscription Plan')
|
plan = frappe.new_doc('Subscription Plan')
|
||||||
plan.plan_name = '_Test Plan Name 3'
|
plan.plan_name = '_Test Plan Name 3'
|
||||||
plan.item = '_Test Non Stock Item'
|
plan.item = '_Test Non Stock Item'
|
||||||
|
plan.price_determination = "Fixed rate"
|
||||||
plan.cost = 1999
|
plan.cost = 1999
|
||||||
plan.billing_interval = 'Day'
|
plan.billing_interval = 'Day'
|
||||||
plan.billing_interval_count = 14
|
plan.billing_interval_count = 14
|
||||||
|
|||||||
Reference in New Issue
Block a user