IDEMPIERE-1135 Report wizard not clearing order items. Revert 9442:c5593c3165ff as it is not consistent with how the printformat sorttab work and break packin of printformatitem ( Ticket #1003444 ).

This commit is contained in:
Heng Sin Low 2014-03-20 11:37:00 +08:00
parent 61cb022c41
commit b392cc090c
1 changed files with 0 additions and 3 deletions

View File

@ -625,9 +625,6 @@ public class MPrintFormatItem extends X_AD_PrintFormatItem
*/ */
protected boolean beforeSave (boolean newRecord) protected boolean beforeSave (boolean newRecord)
{ {
if (!isPrinted()) {
setIsOrderBy(false);
}
// Order // Order
if (!isOrderBy()) if (!isOrderBy())
{ {