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');