mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix parsing of transaction slots.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a5f2c1bfdd
commit
17cd046e33
@ -4163,6 +4163,7 @@ gnc_transaction_parser_new() {
|
||||
sixtp_set_start(restore_pr, txn_restore_start_handler);
|
||||
sixtp_set_chars(restore_pr, allow_and_ignore_only_whitespace);
|
||||
sixtp_set_end(restore_pr, txn_restore_end_handler);
|
||||
sixtp_set_after_child(restore_pr, txn_restore_after_child_handler);
|
||||
sixtp_set_fail(restore_pr, txn_restore_fail_handler);
|
||||
sixtp_add_sub_parser(top_level, "restore", restore_pr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user