Changeset 87c9f1e for src/sections/invoice/invoice-mk-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-mk-pdf.tsx
r3c5302a r87c9f1e 113 113 discount, 114 114 invoiceTo, 115 createDate,115 issueDate, 116 116 totalAmount, 117 117 invoiceFrom, … … 179 179 <View style={styles.col6}> 180 180 <Text style={[styles.subtitle1, styles.mb4]}>Date Issued</Text> 181 <Text style={styles.body2}>{fDate( createDate)}</Text>181 <Text style={styles.body2}>{fDate(issueDate)}</Text> 182 182 </View> 183 183 <View style={styles.col6}>
Note:
See TracChangeset
for help on using the changeset viewer.