Merge pull request 'fix ticket component' (#473) from 2656-ticket_component into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #473 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
5bfc8a546d
|
@ -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