[ 1902785 ] Copy record shouldn't copy the Line field value
This commit is contained in:
parent
a28027c5e4
commit
c44f98d895
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue