add salesInvoice in pos of consumer domain
This commit is contained in:
@@ -89,7 +89,7 @@ export class KeyValueComponent {
|
||||
}
|
||||
switch (this.type) {
|
||||
case 'simple':
|
||||
return this.value || '';
|
||||
return this.value || '-';
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user