Change Outstanding Value from Invoice
This commit is contained in:
parent
48e71ac3c8
commit
330a4d2a00
|
|
@ -135,7 +135,7 @@ public class InvoiceLandedCost extends GenForm {
|
||||||
miniTable.setValueAt(new IDColumn(rs.getInt(1)), row, 0); // C_OrderLandedCost_ID
|
miniTable.setValueAt(new IDColumn(rs.getInt(1)), row, 0); // C_OrderLandedCost_ID
|
||||||
miniTable.setValueAt(rs.getString(2), row, 1); // DocumentNo
|
miniTable.setValueAt(rs.getString(2), row, 1); // DocumentNo
|
||||||
miniTable.setValueAt(rs.getString(3), row, 2); // Name
|
miniTable.setValueAt(rs.getString(3), row, 2); // Name
|
||||||
miniTable.setValueAt(rs.getBigDecimal(4), row, 3); // Amt
|
miniTable.setValueAt(rs.getBigDecimal(7), row, 3); // Amt
|
||||||
// prepare next
|
// prepare next
|
||||||
row++;
|
row++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue