From b392cc090ceb5d8c6498478117521b0f330adfda Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Thu, 20 Mar 2014 11:37:00 +0800 Subject: [PATCH] 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 ). --- .../src/org/compiere/print/MPrintFormatItem.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/org.adempiere.base/src/org/compiere/print/MPrintFormatItem.java b/org.adempiere.base/src/org/compiere/print/MPrintFormatItem.java index cb7eb08891..8035008339 100644 --- a/org.adempiere.base/src/org/compiere/print/MPrintFormatItem.java +++ b/org.adempiere.base/src/org/compiere/print/MPrintFormatItem.java @@ -625,9 +625,6 @@ public class MPrintFormatItem extends X_AD_PrintFormatItem */ protected boolean beforeSave (boolean newRecord) { - if (!isPrinted()) { - setIsOrderBy(false); - } // Order if (!isOrderBy()) {