commit | c9743185c69d305e6f7a5ced8ff611479abb1983 | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Wed Nov 24 21:58:42 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Wed Nov 24 21:58:42 2021 +0530 |
tree | 66b88767b27a7ed42416f759a3a2789e65550700 | |
parent | adfd519139e1010b87375c668ad52bcc155d9594 [diff] |
fix: Remove unnecessary comma
diff --git a/erpnext/selling/doctype/quotation/test_quotation.py b/erpnext/selling/doctype/quotation/test_quotation.py index 996015b..aa83726 100644 --- a/erpnext/selling/doctype/quotation/test_quotation.py +++ b/erpnext/selling/doctype/quotation/test_quotation.py
@@ -394,7 +394,7 @@ "rate": 400, "delivered_by_supplier": 1, "supplier": '_Test Supplier' - }, + } ] quotation = make_quotation(item_list=item_list, do_not_submit=1)