From 614760e376dc072b21cfd8272b6483482776563d Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 6 Dec 2011 09:19:58 -0500 Subject: [PATCH] Fixed output. --- cash-receipts-and-disbursments-journals.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-receipts-and-disbursments-journals.plx b/cash-receipts-and-disbursments-journals.plx index 5dbe703..c1c8d83 100755 --- a/cash-receipts-and-disbursments-journals.plx +++ b/cash-receipts-and-disbursments-journals.plx @@ -111,7 +111,7 @@ foreach my $acct (@accounts) { '-b', $beginDate, '-e', $endDate, 'reg'); my @csvRegLedgerOpts = ('-f', $tempFile, '--wide-register-format', - '"%D","%C","%P",%A","%t"\n%/"","","","%A","%t"\n', '-w', '--sort', 'd', + '\n"%D","%C","%P","%A","%t"\n%/"","","","%A","%t"\n', '-w', '--sort', 'd', '-b', $beginDate, '-e', $endDate, 'reg');