add salesInvoice in pos of consumer domain

This commit is contained in:
2026-03-30 13:17:34 +03:30
parent c10623bc3f
commit 44097fe1ac
35 changed files with 855 additions and 122 deletions
@@ -89,7 +89,7 @@ export class KeyValueComponent {
}
switch (this.type) {
case 'simple':
return this.value || '';
return this.value || '-';
}
return value;
}