diff --git a/packages/desktop-client/src/components/schedules/ScheduleDetails.tsx b/packages/desktop-client/src/components/schedules/ScheduleDetails.tsx index cc2cadf469..49e52b46fa 100644 --- a/packages/desktop-client/src/components/schedules/ScheduleDetails.tsx +++ b/packages/desktop-client/src/components/schedules/ScheduleDetails.tsx @@ -943,7 +943,7 @@ export function ScheduleDetails({ id, transaction }: ScheduleDetailsProps) { /> } transactions={state.transactions} - fields={['date', 'payee', 'amount']} + fields={['date', 'payee', 'notes', 'amount']} style={{ border: '1px solid ' + theme.tableBorder, borderRadius: 4, diff --git a/upcoming-release-notes/5290.md b/upcoming-release-notes/5290.md new file mode 100644 index 0000000000..c4384ca891 --- /dev/null +++ b/upcoming-release-notes/5290.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [spezzino] +--- + +Add notes to the scheduled transactions table