GNOME Bugzilla – Bug 95015
"Print Check" feature does not print memo field
Last modified: 2018-06-29 20:18:28 UTC
The memo field is not printed when using the "Print Check" feature. The "Custom check format" dialog allows the user to change the position of the nonexistent memo field. Though the function (gnc:print-check payee amount date memo) in print-check.scm takes a memo parameter, memo printing code within it is conspicuously absent. I tried adding the following code just to see what would happen: (let ((memo-pos (assq 'memo format))) (gnc:print-session-moveto ps (cadr memo-pos) (+ offset (caddr memo-pos))) (gnc:print-session-text ps memo)) The result: Sometimes it would print the memo, sometimes it would print the wrong memo, and sometimes it wouldn't print anything.
Thanks for the code fragment. Fixed in CVS.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=95015. Please update any external references or bookmarks.