https://bugs.kde.org/show_bug.cgi?id=415411
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/kmy | |money/d12a2e01a35a44e584fae | |3e3ef1dd545af74d34a Version Fixed In| |4.8.5 --- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit d12a2e01a35a44e584fae3e3ef1dd545af74d34a by Ralf Habacker, on behalf of Phil Hopkins. Committed on 20/12/2019 at 19:21. Pushed by habacker into branch '4.8'. Adding additional variable to check printing When using check forms that contain a log for record keeping it is needed to print out all of the splits associated with a transaction when printing a check. This cannot be done since the split variables are not present in the check printing plugin. This patch will add the variables SplitAccountName and SplitValue for up to 10 splits within a transaction. The check template will then be able to access the split variables and print them when printing a check. Differential Revision: https://phabricator.kde.org/D23369 FIXED-IN:4.8.5,5.0.7 M +18 -0 kmymoney/plugins/printcheck/printcheck.cpp https://commits.kde.org/kmymoney/d12a2e01a35a44e584fae3e3ef1dd545af74d34a --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 9ae5d7c17654dc57b396571ddd630305674ff3a2 by Ralf Habacker. Committed on 20/12/2019 at 19:22. Pushed by habacker into branch '4.8'. printcheck: avoid incorrect replacement of split values Template parameters for split values are now replaced in descending order. If we replace the template parameter 'SPLITVALUE1' before 'SPLITVALUE10', the latter is erroneously overwritten with the value from the former, followed by '0'. M +2 -2 kmymoney/plugins/printcheck/printcheck.cpp https://commits.kde.org/kmymoney/9ae5d7c17654dc57b396571ddd630305674ff3a2 -- You are receiving this mail because: You are the assignee for the bug.