[Bug #1193] Fix bug
Forcing load of calendar when retrieving the default. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
3d31ac2e00
commit
d09dbb7fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ public class OrderModel extends IntegrationEntityModel implements IOrderModel {
|
|||
}
|
||||
|
||||
private void forceLoadCalendar(BaseCalendar calendar) {
|
||||
calendar.getName();
|
||||
BaseCalendarModel.forceLoadBaseCalendar(calendar);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue