IDEMPIERE-1135 Report wizard not clearing order items / based on patch from Juliana Corredor
This commit is contained in:
parent
6e77ac8872
commit
4d276dda99
|
@ -625,6 +625,9 @@ 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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue