Implement Ledger output
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M src/Item/RegisterTransaction.php → src/Item/RegisterTransaction.php
@@ -11,5 +11,6 @@ public $category; public $memo; public $out; public $in; - public $cleared = false; + public $currency; + public $cleared; }