ledger.Delta.Payee = true
This commit is contained in:
@@ -94,6 +94,7 @@ func (t transaction) deltas() Deltas {
|
||||
sums[recipient.currency] += recipient.value
|
||||
result = append(result, newDelta(
|
||||
t.name,
|
||||
true,
|
||||
t.date,
|
||||
t.description,
|
||||
recipient.name,
|
||||
@@ -111,6 +112,7 @@ func (t transaction) deltas() Deltas {
|
||||
} else {
|
||||
result = append(result, newDelta(
|
||||
t.name,
|
||||
false,
|
||||
t.date,
|
||||
t.description,
|
||||
t.payee,
|
||||
|
||||
Reference in New Issue
Block a user