fix: first name error on customer creation (#38927)
fix: error on customer creation
This commit is contained in:
@@ -702,6 +702,7 @@ def make_contact(args, is_primary_contact=1):
|
||||
else:
|
||||
values.update(
|
||||
{
|
||||
"first_name": args.get("customer_name"),
|
||||
"company_name": args.get("customer_name"),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user