Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
(cherry picked from commit 65c74fa)
  • Loading branch information
nabinhait authored and mergify[bot] committed Apr 15, 2024
1 parent fea906b commit 0ee91a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/selling/doctype/quotation/test_quotation.py
Expand Up @@ -122,6 +122,7 @@ def test_make_sales_order(self):

sales_order.naming_series = "_T-Quotation-"
sales_order.transaction_date = nowdate()
sales_order.delivery_date = nowdate()
sales_order.insert()

def test_make_sales_order_with_terms(self):
Expand Down Expand Up @@ -152,6 +153,7 @@ def test_make_sales_order_with_terms(self):

sales_order.naming_series = "_T-Quotation-"
sales_order.transaction_date = nowdate()
sales_order.delivery_date = nowdate()
sales_order.insert()

# Remove any unknown taxes if applied
Expand Down

0 comments on commit 0ee91a2

Please sign in to comment.