IDEMPIERE-1128 PackInHandler: Could not create new print paper record

This commit is contained in:
Elaine Tan 2013-07-02 14:43:41 +08:00
parent d6d519a0cc
commit c39ca2a5f1
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class PrintPaperElementHandler extends AbstractElementHandler {
int id = findIdByName(ctx, "AD_PrintPaper", printPaperName);
printPaper = new X_AD_PrintPaper(ctx.ctx, id > 0 ? id : 0, getTrxName(ctx));
printPaper.setName(printPaperName);
}
PoFiller filler = new PoFiller(ctx, printPaper, element, this);