fixed result set open.
This commit is contained in:
parent
9feb992370
commit
f1d051f148
|
@ -413,6 +413,10 @@ public class Adempiere implements Serializable
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
isHoliday = false;
|
isHoliday = false;
|
||||||
|
|
||||||
|
rs.close();
|
||||||
|
pstmt.close();
|
||||||
|
|
||||||
}
|
}
|
||||||
while (isHoliday);
|
while (isHoliday);
|
||||||
// end Goodwill
|
// end Goodwill
|
||||||
|
|
Loading…
Reference in New Issue