case 1690

This commit is contained in:
2021-11-24 23:22:29 +00:00
parent fcfd09a909
commit c82b1a95dd

View File

@@ -68,6 +68,8 @@ namespace AyaNova.Biz
Unit newObject=new Unit();
newObject.Active=true;
newObject.Notes="This unit was added by a Customer";
newObject.Serial=postObject.Serial;
newObject.Description=postObject.Description;
newObject.CustomerId=postObject.CustomerId;