Skip to content

Commit

Permalink
refactor(test): don't set po_no by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Aug 11, 2023
1 parent dbd3fdb commit eda0206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/selling/doctype/sales_order/test_sales_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,6 @@ def make_sales_order(**args):
so.company = args.company or "_Test Company"
so.customer = args.customer or "_Test Customer"
so.currency = args.currency or "INR"
so.po_no = args.po_no or "12345"
if args.selling_price_list:
so.selling_price_list = args.selling_price_list

Expand Down

0 comments on commit eda0206

Please sign in to comment.