Skip to content

Commit

Permalink
Merge pull request #169 from OttoAndrey/master
Browse files Browse the repository at this point in the history
Fix indexes in README.md example
  • Loading branch information
ir4y authored Aug 10, 2022
2 parents d52b547 + f6fdfa3 commit 5887629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ voucherrows[1].debit=1000.00
voucherrows[1].credit=0.00
voucherrows[1].description='Debited from Bank Account'
voucherrows[2].account=1130
voucherrows[1].debit=0.00
voucherrows[1].credit=1000.00
voucherrows[1].description='Credited to Cash Account'
voucherrows[2].debit=0.00
voucherrows[2].credit=1000.00
voucherrows[2].description='Credited to Cash Account'
```
This is not supported at least for now. So, we can achieve the result in a different way.
Expand Down

0 comments on commit 5887629

Please sign in to comment.