fix: Sider
This commit is contained in:
parent
a4cea1e56d
commit
4fb1b6b80c
@ -18,9 +18,8 @@ class TestPromotionalScheme(unittest.TestCase):
|
|||||||
self.assertTrue(price_doc_details.discount_percentage,20)
|
self.assertTrue(price_doc_details.discount_percentage,20)
|
||||||
|
|
||||||
ps.price_discount_slabs[0].min_qty = 6
|
ps.price_discount_slabs[0].min_qty = 6
|
||||||
ps.append('customer',{
|
ps.append('customer', {
|
||||||
'customer': "_Test Customer 2"
|
'customer': "_Test Customer 2"})
|
||||||
})
|
|
||||||
ps.save()
|
ps.save()
|
||||||
price_rules = frappe.get_all('Pricing Rule', fields = ["promotional_scheme_id", "name"],
|
price_rules = frappe.get_all('Pricing Rule', fields = ["promotional_scheme_id", "name"],
|
||||||
filters = {'promotional_scheme': ps.name})
|
filters = {'promotional_scheme': ps.name})
|
||||||
@ -39,11 +38,7 @@ class TestPromotionalScheme(unittest.TestCase):
|
|||||||
price_rules = frappe.get_all('Pricing Rule', fields = ["promotional_scheme_id", "name"],
|
price_rules = frappe.get_all('Pricing Rule', fields = ["promotional_scheme_id", "name"],
|
||||||
filters = {'promotional_scheme': ps.name})
|
filters = {'promotional_scheme': ps.name})
|
||||||
self.assertEqual(price_rules,[])
|
self.assertEqual(price_rules,[])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def make_promotional_scheme():
|
def make_promotional_scheme():
|
||||||
ps = frappe.new_doc('Promotional Scheme')
|
ps = frappe.new_doc('Promotional Scheme')
|
||||||
ps.name = '_Test Scheme'
|
ps.name = '_Test Scheme'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user