update
This commit is contained in:
@@ -132,11 +132,12 @@ export class SharedSaleInvoiceSingleViewComponent {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'شماره اقتصادی',
|
label: 'شماره اقتصادی',
|
||||||
value: this.invoice.customer
|
value:
|
||||||
? this.invoice.customer.type === 'LEGAL'
|
(this.invoice.customer
|
||||||
? this.invoice.customer.legal?.economic_code
|
? this.invoice.customer.type === 'LEGAL'
|
||||||
: this.invoice.customer.individual?.economic_code || '-'
|
? this.invoice.customer.legal?.economic_code
|
||||||
: '-',
|
: this.invoice.customer.individual?.economic_code || '-'
|
||||||
|
: '-') || '-',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user