Fixed output.
This commit is contained in:
parent
eb610ba8a5
commit
614760e376
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue