From 2cbfb07482c0d150f7615cb511e736e377709661 Mon Sep 17 00:00:00 2001 From: Kit PANG Date: Mon, 23 Oct 2023 14:37:27 +0800 Subject: [PATCH 1/2] Allow categorise transfer to off budget accounts --- .../src/components/transactions/MobileTransaction.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/desktop-client/src/components/transactions/MobileTransaction.js b/packages/desktop-client/src/components/transactions/MobileTransaction.js index 5cead48079a..5a88eee4d28 100644 --- a/packages/desktop-client/src/components/transactions/MobileTransaction.js +++ b/packages/desktop-client/src/components/transactions/MobileTransaction.js @@ -498,7 +498,10 @@ class TransactionEditInner extends PureComponent { {!transaction.is_parent ? ( Date: Mon, 23 Oct 2023 14:42:48 +0800 Subject: [PATCH 2/2] Add release notes --- upcoming-release-notes/1824.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upcoming-release-notes/1824.md diff --git a/upcoming-release-notes/1824.md b/upcoming-release-notes/1824.md new file mode 100644 index 00000000000..3a85eb45d3f --- /dev/null +++ b/upcoming-release-notes/1824.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [Kit-p] +--- + +Allow categorise transfer to off budget accounts on mobile