IDEMPIERE-3367 2Pack not clearing foreign IDs
This commit is contained in:
parent
3ee6b48576
commit
42cc55dd1a
|
@ -186,6 +186,7 @@ public class PoFiller{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
po.set_ValueNoCheck(columnName, null);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue