租金调整通知书生成错误

This commit is contained in:
G 2018-10-12 19:04:09 +08:00
parent 66edbe4671
commit 43392f1746

View File

@ -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 {