IDEMPIERE-1135 Report wizard not clearing order items / based on patch from Juliana Corredor

This commit is contained in:
Carlos Ruiz 2013-07-23 18:36:05 -05:00
parent 6e77ac8872
commit 4d276dda99
1 changed files with 3 additions and 0 deletions

View File

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