diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-11 00:55:07 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-11 00:55:07 +0000 |
commit | 2047af50f2927808f0113e9cce23b283500e9363 (patch) | |
tree | 0776fd3aa188fc5ee85dfa54ea8e5124c1b734c5 /templates | |
parent | d605674248643e6cea9d978f4801587708cafc66 (diff) |
Adding control code to fields passed to check_base
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2387 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates')
-rw-r--r-- | templates/demo/check_multiple.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/demo/check_multiple.tex b/templates/demo/check_multiple.tex index b3380d47..ccfed489 100644 --- a/templates/demo/check_multiple.tex +++ b/templates/demo/check_multiple.tex @@ -17,6 +17,7 @@ <?lsmb FOR check = checks ?> <?lsmb INCLUDE check_single source = check.source + control_code = check.control_code text_amount = check.text_amount decimal = check.decimal amount = check.amount |