Changeset 87c9f1e for src/sections/invoice/invoice-ee-pdf.tsx
- Timestamp:
- 02/27/25 00:42:38 (5 weeks ago)
- Branches:
- main
- Children:
- 32e9876
- Parents:
- 3c5302a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sections/invoice/invoice-ee-pdf.tsx
r3c5302a r87c9f1e 129 129 discount, 130 130 invoiceTo, 131 createDate,131 issueDate, 132 132 totalAmount, 133 133 invoiceFrom, … … 229 229 <View style={styles.col6}> 230 230 <Text style={[styles.subtitle1, styles.mb4]}>Date Issued</Text> 231 <Text style={styles.body2}>{fDate( createDate)}</Text>231 <Text style={styles.body2}>{fDate(issueDate)}</Text> 232 232 </View> 233 233 <View style={styles.col6}>
Note:
See TracChangeset
for help on using the changeset viewer.