test: Purchase Receipt Provisional Accounting GL Entries

This commit is contained in:
s-aga-r
2023-09-12 23:25:02 +05:30
parent 6bab0eeaa1
commit 1c78a5a9aa
2 changed files with 44 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ def create_supplier(**args):
{
"doctype": "Supplier",
"supplier_name": args.supplier_name,
"default_currency": args.default_currency,
"supplier_group": args.supplier_group or "Services",
"supplier_type": args.supplier_type or "Company",
"tax_withholding_category": args.tax_withholding_category,