diff --git a/src_tenwa/com/tenwa/customer/handler/company/NewCustomerCompanyHandler.java b/src_tenwa/com/tenwa/customer/handler/company/NewCustomerCompanyHandler.java index 85c821c66..35fb828f9 100644 --- a/src_tenwa/com/tenwa/customer/handler/company/NewCustomerCompanyHandler.java +++ b/src_tenwa/com/tenwa/customer/handler/company/NewCustomerCompanyHandler.java @@ -29,7 +29,7 @@ public class NewCustomerCompanyHandler extends CommonHandler{ bo.setAttributeValue("customer_num",cust.getAttribute("customer_num").getString()); bo.setAttributeValue("countrycode",cust.getAttribute("nationcode").getString()); } - + @Override protected void initDisplayForEdit(BizObject bo) throws Exception {