fix: Remove unnecessary comma

(cherry picked from commit c9743185c6)
This commit is contained in:
GangaManoj
2021-11-24 21:58:42 +05:30
committed by mergify-bot
parent 9aab38d242
commit f38899a28a

View File

@@ -394,7 +394,7 @@ class TestQuotation(unittest.TestCase):
"rate": 400,
"delivered_by_supplier": 1,
"supplier": '_Test Supplier'
},
}
]
quotation = make_quotation(item_list=item_list, do_not_submit=1)