ItEr31S14CUConfiguracionDeOrganizacionsDeTraballoConUnidadesTraballoItEr19S09: [FixBug] Initialize Labels on creating new Order
This commit is contained in:
parent
9cdf8226ec
commit
c2dcd19985
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ public class OrderModel implements IOrderModel {
|
|||
@Transactional(readOnly = true)
|
||||
public void prepareForCreate() {
|
||||
loadCriterions();
|
||||
|
||||
initializeCacheLabels();
|
||||
this.order = Order.create();
|
||||
this.orderElementTreeModel = new OrderElementTreeModel(this.order);
|
||||
this.order.setInitDate(new Date());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue