[fix] Add to cart issue fixed (#12474)

This commit is contained in:
Vishal Dhayagude 2018-01-15 14:01:05 +05:30 committed by Nabin Hait
parent e88f928f0f
commit e04aedadcd
2 changed files with 1 additions and 2 deletions

View File

@ -204,7 +204,6 @@ def _get_cart_quotation(party=None):
"status": "Draft",
"docstatus": 0,
"__islocal": 1,
"payment_terms_template": "_Test Payment Term Template",
(party.doctype.lower()): party.name
})

View File

@ -9,7 +9,7 @@ from erpnext.shopping_cart.cart import _get_cart_quotation, update_cart, get_par
from erpnext.tests.utils import create_test_contact_and_address
test_dependencies = ['Payment Terms Template']
# test_dependencies = ['Payment Terms Template']
class TestShoppingCart(unittest.TestCase):
"""