mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Binary file not shown.
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
@@ -95,7 +95,8 @@ export function ScheduleDetails({ modalProps, actions, id, transaction }) {
|
||||
fields: {
|
||||
payee: schedule._payee,
|
||||
account: schedule._account,
|
||||
amount: schedule._amount || 0,
|
||||
// defalut to a non-zero value so the sign can be changed before the value
|
||||
amount: schedule._amount || -1000,
|
||||
amountOp: schedule._amountOp || 'isapprox',
|
||||
date: schedule._date,
|
||||
posts_transaction: action.schedule.posts_transaction,
|
||||
|
||||
6
upcoming-release-notes/2360.md
Normal file
6
upcoming-release-notes/2360.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Change default schedule amount so that the amount sign can be changed first and not be locked to "-"
|
||||
Reference in New Issue
Block a user