Added Kostenschätzung und Packschein
This commit is contained in:
@@ -69,8 +69,10 @@ function formatDocType(value: unknown): string {
|
||||
advanceInvoices: 'Abschlagsrechnung',
|
||||
cancellationInvoices: 'Stornorechnung',
|
||||
quotes: 'Angebot',
|
||||
costEstimates: 'Kostenschätzung',
|
||||
confirmationOrders: 'Auftragsbestätigung',
|
||||
deliveryNotes: 'Lieferschein',
|
||||
packingSlips: 'Packschein',
|
||||
};
|
||||
return labels[type] || type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user