mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: (minor change) eq? -> eqv?
According to the guide, eqv? better than eq? for chars
This commit is contained in:
parent
578e9860d0
commit
03e862ec47
@ -987,7 +987,7 @@ tags within description, notes or memo. ")
|
||||
(lambda (split transaction-row?)
|
||||
(gnc:make-html-table-cell/markup
|
||||
"date-cell"
|
||||
(if (eq? (xaccSplitGetReconcile split) #\y)
|
||||
(if (eqv? (xaccSplitGetReconcile split) #\y)
|
||||
(qof-print-date (xaccSplitGetDateReconciled split))
|
||||
"")))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user