[PR #915] [MERGED] Fix currencyToInteger returning null when amount is zero #3403

Closed
opened 2026-02-28 20:41:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/915
Author: @j-f1
Created: 4/16/2023
Status: Merged
Merged: 4/20/2023
Merged by: @j-f1

Base: masterHead: jed/reconcile-zero


📝 Commits (5)

  • 3fa3d8b Fix currencyToInteger returning null when amount is zero
  • bd41f70 Only allow reconciling with valid amounts
  • af8770b Select the amount when it is invalid
  • 810a9f0 Don’t submit the form to the server
  • 41d272b Add release note

📊 Changes

3 files changed (+14 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+7 -2)
📝 packages/loot-core/src/shared/util.ts (+1 -1)
upcoming-release-notes/915.md (+6 -0)

📄 Description

Fixes #913. (And probably a few other similar bugs)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/915 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/16/2023 **Status:** ✅ Merged **Merged:** 4/20/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/reconcile-zero` --- ### 📝 Commits (5) - [`3fa3d8b`](https://github.com/actualbudget/actual/commit/3fa3d8be72fbc2e7beddce53a74fe62ed7f5687f) Fix currencyToInteger returning null when amount is zero - [`bd41f70`](https://github.com/actualbudget/actual/commit/bd41f700606a7096226728fc844dc693877f6700) Only allow reconciling with valid amounts - [`af8770b`](https://github.com/actualbudget/actual/commit/af8770b9931218dd7d49e1b54e102e78526d15bd) Select the amount when it is invalid - [`810a9f0`](https://github.com/actualbudget/actual/commit/810a9f06f86ae2d9b4d75277792f126d1cb44bab) Don’t submit the form to the server - [`41d272b`](https://github.com/actualbudget/actual/commit/41d272b23d5fbf59a656b18fe72da0777a77a016) Add release note ### 📊 Changes **3 files changed** (+14 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+7 -2) 📝 `packages/loot-core/src/shared/util.ts` (+1 -1) ➕ `upcoming-release-notes/915.md` (+6 -0) </details> ### 📄 Description Fixes #913. (And probably a few other similar bugs) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:41:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3403