fix ticket component #473

Merged
jgallego merged 1 commits from 2656-ticket_component into dev 2020-12-03 09:30:58 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}