fix ticket component
gitea/salix/pipeline/head Build started...
Details
gitea/salix/pipeline/head Build started...
Details
This commit is contained in:
parent
5dbf4f3926
commit
aaee855da3
|
@ -39,7 +39,7 @@ class Controller extends Section {
|
||||||
if (!value) return;
|
if (!value) return;
|
||||||
this.getTheoricalCost();
|
this.getTheoricalCost();
|
||||||
this.getComponentsSum();
|
this.getComponentsSum();
|
||||||
if (this.ticket.zone.isVolumetric)
|
if (this.ticket.zone && this.ticket.zone.isVolumetric)
|
||||||
this.getTicketVolume();
|
this.getTicketVolume();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue