case 1690
This commit is contained in:
@@ -68,6 +68,8 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
|
|
||||||
Unit newObject=new Unit();
|
Unit newObject=new Unit();
|
||||||
|
newObject.Active=true;
|
||||||
|
newObject.Notes="This unit was added by a Customer";
|
||||||
newObject.Serial=postObject.Serial;
|
newObject.Serial=postObject.Serial;
|
||||||
newObject.Description=postObject.Description;
|
newObject.Description=postObject.Description;
|
||||||
newObject.CustomerId=postObject.CustomerId;
|
newObject.CustomerId=postObject.CustomerId;
|
||||||
|
|||||||
Reference in New Issue
Block a user