IDEMPIERE-3367 2Pack not clearing foreign IDs

This commit is contained in:
Carlos Ruiz 2017-05-19 14:48:43 +02:00
parent 3ee6b48576
commit 42cc55dd1a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class PoFiller{
return 0;
}
} else {
po.set_ValueNoCheck(columnName, null);
return 0;
}
}