fix(invoice): update subtitle from Software Solutions to Die Kasse

This commit is contained in:
DanielS
2026-07-07 10:30:21 +02:00
parent cce9812bbc
commit dd5d1295a7

View File

@@ -115,7 +115,7 @@ export const InvoicePDF = ({ order, orderSnapshot, customer }: any) => {
<View style={styles.header}> <View style={styles.header}>
<View> <View>
<Text style={{ fontSize: 18, fontWeight: 'bold' }}>CASPOS</Text> <Text style={{ fontSize: 18, fontWeight: 'bold' }}>CASPOS</Text>
<Text>Software Solutions</Text> <Text>Die Kasse</Text>
</View> </View>
<View style={styles.companyInfo}> <View style={styles.companyInfo}>
<Text>CASPOS Computerabrechnungssysteme GmbH</Text> <Text>CASPOS Computerabrechnungssysteme GmbH</Text>