[ 1902785 ] Copy record shouldn't copy the Line field value

This commit is contained in:
Heng Sin Low 2008-02-27 06:23:31 +00:00
parent a28027c5e4
commit c44f98d895
1 changed files with 1 additions and 0 deletions

View File

@ -2147,6 +2147,7 @@ public class GridTable extends AbstractTableModel
|| columnName.equals("IsPaid") || columnName.equals("IsAllocated")
// Bug [ 1807947 ]
|| ( columnName.equals("C_DocType_ID") && hasDocTypeTargetField )
|| ( columnName.equals("Line") )
)
{
rowData[i] = field.getDefault();