|
@@ -150,7 +150,7 @@ public class CostAllocationEditPlugin extends AbstractListPlugin implements Plug
|
|
|
int rowIndex = changeData.getRowIndex();
|
|
|
Object newValue = changeData.getNewValue();
|
|
|
Object oldValue = changeData.getOldValue();
|
|
|
- String nckdAmountfield4 = this.getModel().getValue("nckd_amountfield4").toString();
|
|
|
+ String nckdAmountfield4 = this.getModel().getValue("approveamount").toString();
|
|
|
BigDecimal bigDecimal = new BigDecimal(nckdAmountfield4);
|
|
|
BigDecimal bigDecimal1 = new BigDecimal(0);
|
|
|
DynamicObjectCollection nckdClearloanentry = this.getModel().getEntryEntity("nckd_clearloanentry");
|