diff --git a/src/main/java/com/yem/wm/es/salesorder/from/SalesOrderEdit.java b/src/main/java/com/yem/wm/es/salesorder/from/SalesOrderEdit.java index 97844a5f..0c6dab90 100644 --- a/src/main/java/com/yem/wm/es/salesorder/from/SalesOrderEdit.java +++ b/src/main/java/com/yem/wm/es/salesorder/from/SalesOrderEdit.java @@ -270,8 +270,8 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before int rowIndex = changeData.getRowIndex(); DynamicObject dataEntity = model.getDataEntity(true); String yemCntype = (String) model.getValue("yem_cntypes"); - BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba"); - BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate"); +// BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba"); +// BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate"); DynamicObject org = (DynamicObject) this.getModel().getValue("org"); DynamicObject cncurrency = (DynamicObject) this.getModel().getValue("yem_cncurrency"); DynamicObject currencybase = (DynamicObject) this.getModel().getValue("yem_currencybase");