diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java index 4b7165b98..67e0fe54b 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java @@ -79,6 +79,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { bmLEC.setAttributeValue("DISPLACEMENT", this.getAttribute("liter")); bmLEC.setAttributeValue("gears", this.getAttribute("geartype")); + boLULT.setAttributeValue("CUSTOMER_NAME", this.getAttribute("custname")); boLULT.setAttributeValue("project_id", this.getAttribute("ProjectId")); boLULT.setAttributeValue("customer_id", customerId); boLULT.setAttributeValue("flowunid", this.getAttribute("FlowUnid"));