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