fix: Remove unnecessary comma

This commit is contained in:
GangaManoj 2021-11-24 21:58:42 +05:30
parent adfd519139
commit c9743185c6

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)