fix ticket component #473
|
@ -39,7 +39,7 @@ class Controller extends Section {
|
|||
if (!value) return;
|
||||
this.getTheoricalCost();
|
||||
this.getComponentsSum();
|
||||
if (this.ticket.zone.isVolumetric)
|
||||
if (this.ticket.zone && this.ticket.zone.isVolumetric)
|
||||
this.getTicketVolume();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue