Commit bb7bec8d authored by liudong1993's avatar liudong1993

1

parent 721f437d
......@@ -846,6 +846,7 @@ namespace REBORN.Services.SellService
CustomerName = customerInfoObj.GetStringValue("customerName"),
Contact = customerInfoObj.GetStringValue("contact"),
ContactNumber = customerInfoObj.GetStringValue("contactNumber"),
Email = customerInfoObj.GetStringValue("Email"),
Address = customerInfoObj.GetStringValue("address"),
CustomerId = customerInfoObj.GetInt("customerId"),
CustomerAccountId = customerInfoObj.GetInt("customerAccountId"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment