11
This commit is contained in:
@@ -252,6 +252,12 @@ namespace BLL
|
||||
{
|
||||
newWeldJoint.Electricity = weldJoint.Electricity;
|
||||
}
|
||||
if (weldJoint.IsPMI != null)
|
||||
{
|
||||
newWeldJoint.IsPMI = weldJoint.IsPMI;
|
||||
}
|
||||
|
||||
|
||||
if (!string.IsNullOrEmpty(weldJoint.Voltage))
|
||||
{
|
||||
newWeldJoint.Voltage = weldJoint.Voltage;
|
||||
|
||||
Reference in New Issue
Block a user